Update emacs config to latest version
This commit is contained in:
parent
419e7053b9
commit
7421fb9730
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
#:use-module (oni packages emacs))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "ad65e6eff0e94e6ed7971e2d663e697fbd237d65")
|
||||
(let ((commit "6747a3693c6320f0b0f3a49283c6b4d1a53fc3fa")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -27,7 +27,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00dbqxg678rrrn0chsvpaiyb619f7hq4irllxbaar7ccz2yhqipb"))))
|
||||
(base32 "0k4jqbiakxmahxxylfvzhbmhw4a12wid0smk83x016bmhb068slg"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/emacs-config/about/")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Reference in a new issue