Update Emacs configurations to latest version
This commit is contained in:
parent
574d052e93
commit
0b804a6917
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#:use-module (oni packages go))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "6185c26d51f303b750145aaafbe5734a022448bd")
|
||||
(let ((commit "92f4d8b53e47ab071293abe95411773165dc0abf")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -24,7 +24,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "018lzrzb46s356wr8by8ppmb3y1n5x8mr90ybjmpgwm1mz853pz8"))))
|
||||
(base32 "1mcmcbpp89mrbzpcq0kzyzxfig6h2pr8wsn6yv0pslas2r705152"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Reference in a new issue