Compare commits

..

2 commits

Author SHA1 Message Date
cc1086234c Update Emacs configuration 2023-07-10 23:22:17 -07:00
e0fc8bf86e Fix compilation command for scheme buffers 2023-07-10 23:22:02 -07:00
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +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") (projectile-project-compilation-cmd . "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 "03563a75442d06985c79a4867aba761f35929c52") (let ((commit "038c87bfeafff488cdfa305bfb9dde776947a4dc")
(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 "03gymvx0xnxm9bxlvwc3xq7734q40l2dc681qc0978g6imb464sr")))) (base32 "10ismw8k0x92az3h4gax2xlmpcdzrjiw5ax6cillmxqf2gs8bajz"))))
(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")
@ -327,7 +327,8 @@ Emacs")))
("emacs-all-the-icons" ,emacs-all-the-icons) ("emacs-all-the-icons" ,emacs-all-the-icons)
("emacs-olivetti" ,emacs-olivetti) ("emacs-olivetti" ,emacs-olivetti)
("emacs-form-feed" ,emacs-form-feed) ("emacs-form-feed" ,emacs-form-feed)
("emacs-org-pretty-table" ,emacs-org-pretty-table))) ("emacs-org-pretty-table" ,emacs-org-pretty-table)
("emacs-ob-async" ,emacs-ob-async)))
(synopsis "My Emacs Org configuration") (synopsis "My Emacs Org configuration")
(description "This package provides my configuration for org"))) (description "This package provides my configuration for org")))