all repos — nixfiles @ d5001338c9ad9d5cf54941a39254597cec4f7801

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

Emacs: Associate Markdown mode and dash docset

Alan Pearce
commit

d5001338c9ad9d5cf54941a39254597cec4f7801

parent

79c9b2271359610fd6918ce7a6f5544bfd34a221

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -337,6 +337,7 @@ (setq-local helm-dash-docsets (if (listp docsets) docsets (list docsets))))))
(add-hook 'ansible-mode-hook (ap/create-helm-dash-hook "Ansible")) (add-hook 'php-mode-hook (ap/create-helm-dash-hook '("PHP" "Symfony"))) (add-hook 'twig-mode-hook (ap/create-helm-dash-hook '("Twig"))) + (add-hook 'markdown-mode-hook (ap/create-helm-dash-hook '("Markdown"))) (add-hook 'saltstack-mode-hook (ap/create-helm-dash-hook '("SaltStack"))))) (req-package which-func