summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-08-17 22:23:12 +0100
committerAlan Pearce2014-08-17 22:23:12 +0100
commit1a828301e51f27aaa5855eff5d7d13740bd4cad8 (patch)
tree4597baee9ef1b5950c9308b0ee8674c9e9e86d50 /tag-emacs
parent101145372f6245e036652a8e9642d67a3eee356b (diff)
downloaddotfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.tar.lz
dotfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.tar.zst
dotfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.zip
Emacs: Add nginx helm-dash documentation hook
Diffstat (limited to 'tag-emacs')
-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 1877358..7350a7c 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -334,6 +334,7 @@
             (lambda ()
               (when (require 'helm-dash nil :noerror)
                 (setq-local helm-dash-docsets docsets))))
+          (add-hook 'nginx-mode-hook (ap/create-helm-dash-hook '("Nginx")))
           (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")))