From 1a828301e51f27aaa5855eff5d7d13740bd4cad8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Aug 2014 22:23:12 +0100 Subject: Emacs: Add nginx helm-dash documentation hook --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs') 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"))) -- cgit 1.4.1