all repos — archive/dotfiles @ e241ad6d6bb4431f71ed903a3449720cdcea2c9b

Superseded by nixfiles

Emacs: Use Clojure dash documentation
Alan Pearce alan@alanpearce.co.uk
Sun, 14 Sep 2014 11:15:12 +0100
commit

e241ad6d6bb4431f71ed903a3449720cdcea2c9b

parent

68a75fb9c2cfaea9c5f5fb889e687b3b0784db86

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -347,7 +347,8 @@ (ap/create-helm-dash-hook ansible ("Ansible"))           (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)