From e241ad6d6bb4431f71ed903a3449720cdcea2c9b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 14 Sep 2014 11:15:12 +0100 Subject: Emacs: Use Clojure dash documentation --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index b873d8b..9b43ba4 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) -- cgit 1.4.1