diff options
author | Alan Pearce | 2014-09-14 11:15:12 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-14 11:15:12 +0100 |
commit | e241ad6d6bb4431f71ed903a3449720cdcea2c9b (patch) | |
tree | 33071874c689ea1f131164ec00b1d3aa41d89db2 /tag-emacs | |
parent | 68a75fb9c2cfaea9c5f5fb889e687b3b0784db86 (diff) | |
download | nixfiles-e241ad6d6bb4431f71ed903a3449720cdcea2c9b.tar.lz nixfiles-e241ad6d6bb4431f71ed903a3449720cdcea2c9b.tar.zst nixfiles-e241ad6d6bb4431f71ed903a3449720cdcea2c9b.zip |
Emacs: Use Clojure dash documentation
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index b873d8b4..9b43ba48 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -347,7 +347,8 @@ (ap/create-helm-dash-hook php ("PHP" "Symfony")) (ap/create-helm-dash-hook twig ("Twig")) (ap/create-helm-dash-hook markdown ("Markdown")) - (ap/create-helm-dash-hook saltstack ("SaltStack")))) + (ap/create-helm-dash-hook saltstack ("SaltStack")) + (ap/create-helm-dash-hook clojure ("Clojure")))) (req-package which-func :init (which-function-mode) |