Compare commits
No commits in common. "cc1086234c92212926a0c36e70c8a5d7c0f77aac" and "05dfbea46326685ddb0cf7a48a8810bc1306ee61" have entirely different histories.
cc1086234c
...
05dfbea463
2 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
(outline-heading-end-regexp . ":\n")
|
||||
(outline-regexp . "##+"))
|
||||
(scheme-mode
|
||||
(projectile-project-compilation-cmd . "guix home build config.scm")
|
||||
(compile-command . "guix home build config.scm")
|
||||
(eval . (put 'eval-when 'scheme-indent-function 1))
|
||||
(eval . (put 'call-with-prompt 'scheme-indent-function 1))
|
||||
(eval . (put 'test-assert 'scheme-indent-function 1))
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#:use-module (oni packages go))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
(let ((commit "038c87bfeafff488cdfa305bfb9dde776947a4dc")
|
||||
(let ((commit "03563a75442d06985c79a4867aba761f35929c52")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-oni-config")
|
||||
|
@ -26,7 +26,7 @@
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10ismw8k0x92az3h4gax2xlmpcdzrjiw5ax6cillmxqf2gs8bajz"))))
|
||||
(base32 "03gymvx0xnxm9bxlvwc3xq7734q40l2dc681qc0978g6imb464sr"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||
(synopsis "My Emacs configuration")
|
||||
|
@ -327,8 +327,7 @@ Emacs")))
|
|||
("emacs-all-the-icons" ,emacs-all-the-icons)
|
||||
("emacs-olivetti" ,emacs-olivetti)
|
||||
("emacs-form-feed" ,emacs-form-feed)
|
||||
("emacs-org-pretty-table" ,emacs-org-pretty-table)
|
||||
("emacs-ob-async" ,emacs-ob-async)))
|
||||
("emacs-org-pretty-table" ,emacs-org-pretty-table)))
|
||||
(synopsis "My Emacs Org configuration")
|
||||
(description "This package provides my configuration for org")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue