summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2014-08-13 19:33:09 +0100
committerAlan Pearce2014-08-13 19:33:37 +0100
commitd5001338c9ad9d5cf54941a39254597cec4f7801 (patch)
tree63d62259f89ccbc100ecf4e151de6c8e2958b6d5 /tag-emacs/emacs.d/init.el
parent79c9b2271359610fd6918ce7a6f5544bfd34a221 (diff)
downloaddotfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.tar.lz
dotfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.tar.zst
dotfiles-d5001338c9ad9d5cf54941a39254597cec4f7801.zip
Emacs: Associate Markdown mode and dash docset
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 4359355..4cc5fdd 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