all repos — nixfiles @ e241ad6d6bb4431f71ed903a3449720cdcea2c9b

System and user configuration, managed by nix and home-manager

Emacs: Use Clojure dash documentation

Alan Pearce
commit

e241ad6d6bb4431f71ed903a3449720cdcea2c9b

parent

68a75fb9c2cfaea9c5f5fb889e687b3b0784db86

1 file changed, 2 insertions(+), 1 deletion(-)

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)