Update my emacs config package to latest commit
This commit is contained in:
parent
b2d50e7e8e
commit
fa6e31bf65
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#:use-module (oni packages emacs))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "0fc53aec356daafd14aa6e8a192d37975863e394")
|
||||
(let ((commit "3a9faa79c3ec9d40db6a07e24e2697ce7512897f")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -29,7 +29,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11gypfc2z9cz144k93dwkaqvhw4y3dcja13i4c147y39lml9xgxg"))))
|
||||
(base32 "0r8l20h62sp2c5vsa87mnz7ksgdhxjchbrbjq6i14hv2lcjmd3fv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config/")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
|
Loading…
Reference in a new issue