aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/emacs.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/emacs.scm')
-rw-r--r--oni/packages/emacs.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm
index 591a32a..d2d6028 100644
--- a/oni/packages/emacs.scm
+++ b/oni/packages/emacs.scm
@@ -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
new-theme for a while. I couldn't think of a name so I named it after him.")
(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+))))