diff options
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"))) |