Compare commits

..

2 commits

2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@
(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))

View file

@ -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 "af7cce50e8f7800a9c431647c7d2bbad565d9ad3") (let ((commit "748db4a4ee2f2e474f6a295cd417c65e3c5ad88a")
(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 "0kb6syaaxay6pvbghqjjxykwx45sqpnkyhsdy4s3wgx2hp3yxx75")))) (base32 "1qimxih1mw6zdci8by097wqdf0n9wfkbw00yxycp1sii32j4mdlq"))))
(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")