From 2bda6f9985d68b5e5b988e0d717812c15aff1a2d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 30 Mar 2015 10:06:08 +0100 Subject: Emacs: add dash hook for SQL flavours --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 39f7b53..e175204 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -356,7 +356,8 @@ (ap/create-helm-dash-hook twig ("Twig")) (ap/create-helm-dash-hook markdown ("Markdown")) (ap/create-helm-dash-hook saltstack ("SaltStack")) - (ap/create-helm-dash-hook clojure ("Clojure")))) + (ap/create-helm-dash-hook clojure ("Clojure")) + (ap/create-helm-dash-hook sql ("PostgreSQL" "MySQL")))) (req-package which-func :init (which-function-mode) -- cgit 1.4.1