summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index fe553d4..735993a 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -357,7 +357,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)