Update Emacs config to latest commit
This commit is contained in:
parent
72bb9d7b9c
commit
7fc5ff99f6
2 changed files with 24 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
||||||
#:use-module (oni packages emacs))
|
#:use-module (oni packages emacs))
|
||||||
|
|
||||||
(define-public emacs-oni-config
|
(define-public emacs-oni-config
|
||||||
(let ((commit "6747a3693c6320f0b0f3a49283c6b4d1a53fc3fa")
|
(let ((commit "89f4dc62348a347ca6d8e0391d33639aef87d965")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-oni-config")
|
(name "emacs-oni-config")
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k4jqbiakxmahxxylfvzhbmhw4a12wid0smk83x016bmhb068slg"))))
|
(base32 "07r4vgp27mwa1ianwz0vf5ip5vd52m5czskygkbf9c9pa5hmr31n"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://code.ryuslash.org/emacs-config/about/")
|
(home-page "https://code.ryuslash.org/emacs-config/about/")
|
||||||
(synopsis "My Emacs configuration")
|
(synopsis "My Emacs configuration")
|
||||||
|
@ -322,21 +322,14 @@ Emacs")))
|
||||||
#:emacs ,emacs))
|
#:emacs ,emacs))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-oni-yasnippet
|
(list emacs-oni-yasnippet
|
||||||
emacs-oni-alert
|
|
||||||
emacs-oni-hydra
|
emacs-oni-hydra
|
||||||
emacs-org-roam
|
emacs-org-roam
|
||||||
emacs-org
|
emacs-org
|
||||||
emacs-org-contrib
|
emacs-org-contrib
|
||||||
emacs-org-bullets
|
|
||||||
emacs-org-edna
|
emacs-org-edna
|
||||||
emacs-diminish
|
emacs-diminish
|
||||||
emacs-all-the-icons
|
|
||||||
emacs-olivetti
|
emacs-olivetti
|
||||||
emacs-form-feed
|
emacs-org-pretty-table))
|
||||||
emacs-org-pretty-table
|
|
||||||
emacs-ob-async
|
|
||||||
emacs-org-ql
|
|
||||||
emacs-org-super-agenda))
|
|
||||||
(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")))
|
||||||
|
|
||||||
|
|
|
@ -642,3 +642,24 @@ faster and I highly recommend its usage if your Emacs version permits.")
|
||||||
(description "My cat is named Yoshi and I was just working on a random new theme, which was
|
(description "My cat is named Yoshi and I was just working on a random new theme, which was
|
||||||
new-theme for a while. I couldn't think of a name so I named it after him.")
|
new-theme for a while. I couldn't think of a name so I named it after him.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-fic-mode
|
||||||
|
(let ((commit "a05fc36ed54ba0c6dc22ac216a6a72cf191ca13d")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-fic-mode")
|
||||||
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/lewang/fic-mode.git")
|
||||||
|
(commit commit)))
|
||||||
|
(method git-fetch)
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "074dfwdir2dx5cpbjk1ac8d3hkjkrylivy7agir5mnmzjm3bs9gw"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/lewang/fic-mode.git")
|
||||||
|
(synopsis "Add TODO, FIXME, etc highlighting in comments and strings.")
|
||||||
|
(description "Add TODO, FIXME, etc highlighting in comments and strings.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
Loading…
Reference in a new issue