summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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")))