diff options
author | Alan Pearce | 2014-08-13 19:33:09 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-13 19:33:37 +0100 |
commit | d5001338c9ad9d5cf54941a39254597cec4f7801 (patch) | |
tree | 63d62259f89ccbc100ecf4e151de6c8e2958b6d5 | |
parent | 79c9b2271359610fd6918ce7a6f5544bfd34a221 (diff) | |
download | nixfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.tar.lz nixfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.tar.zst nixfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.zip |
Emacs: Associate Markdown mode and dash docset
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 43593552..4cc5fdd3 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -337,6 +337,7 @@ (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 |