diff options
author | Alan Pearce | 2014-08-17 22:23:12 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-17 22:23:12 +0100 |
commit | 1a828301e51f27aaa5855eff5d7d13740bd4cad8 (patch) | |
tree | 4597baee9ef1b5950c9308b0ee8674c9e9e86d50 /tag-emacs | |
parent | 101145372f6245e036652a8e9642d67a3eee356b (diff) | |
download | nixfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.tar.lz nixfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.tar.zst nixfiles-1a828301e51f27aaa5855eff5d7d13740bd4cad8.zip |
Emacs: Add nginx helm-dash documentation hook
Diffstat (limited to 'tag-emacs')
-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 1877358c..7350a7c5 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"))) |