Update emacs-config to latest version
This commit is contained in:
parent
7f691ec18e
commit
5910d47dbb
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
#:use-module (oni packages emacs))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "9c1a5edb7b34d09a50004d9426d2ffb34f016892")
|
||||
(let ((commit "3b26004f8bffea707487b0a332381b59362143d4")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -25,7 +25,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03lpxj397m8jf1m0m6s5nczdvb3bxq9hhm1939f0cn6saa2qifv9"))))
|
||||
(base32 "105rflg55wi8ms8qhxqjycpj81chqq6cswannvyjjfqjl54rffyp"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Reference in a new issue