Compare commits
No commits in common. "74ee7737782493ea48012c6559f623c9bc2a1b1a" and "59b3e3439b6fc25f6739710ae8c3aad748ca5a27" have entirely different histories.
74ee773778
...
59b3e3439b
2 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
||||||
(outline-heading-end-regexp . ":\n")
|
(outline-heading-end-regexp . ":\n")
|
||||||
(outline-regexp . "##+"))
|
(outline-regexp . "##+"))
|
||||||
(scheme-mode
|
(scheme-mode
|
||||||
(compile-command . "guix home build config.scm")
|
|
||||||
(eval . (put 'eval-when 'scheme-indent-function 1))
|
(eval . (put 'eval-when 'scheme-indent-function 1))
|
||||||
(eval . (put 'call-with-prompt 'scheme-indent-function 1))
|
(eval . (put 'call-with-prompt 'scheme-indent-function 1))
|
||||||
(eval . (put 'test-assert 'scheme-indent-function 1))
|
(eval . (put 'test-assert 'scheme-indent-function 1))
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#:use-module (oni packages go))
|
#:use-module (oni packages go))
|
||||||
|
|
||||||
(define-public emacs-oni-config
|
(define-public emacs-oni-config
|
||||||
(let ((commit "748db4a4ee2f2e474f6a295cd417c65e3c5ad88a")
|
(let ((commit "af7cce50e8f7800a9c431647c7d2bbad565d9ad3")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-oni-config")
|
(name "emacs-oni-config")
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qimxih1mw6zdci8by097wqdf0n9wfkbw00yxycp1sii32j4mdlq"))))
|
(base32 "0kb6syaaxay6pvbghqjjxykwx45sqpnkyhsdy4s3wgx2hp3yxx75"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||||
(synopsis "My Emacs configuration")
|
(synopsis "My Emacs configuration")
|
||||||
|
|
Loading…
Reference in a new issue