summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2015-04-07 22:58:19 +0100
committerAlan Pearce2015-04-07 22:58:19 +0100
commit25ee0b7becb0830e3b9273378d473a807ee1471b (patch)
tree3b5aa710e9fa901c83d5685ebf43bcaed6955820
parent983c17466c18209282e63472ba922f93ea0acaf2 (diff)
parent92142a8757c9f9d58716436dda38a0b0fe762a33 (diff)
downloaddotfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.tar.lz
dotfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.tar.zst
dotfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.zip
Merge branch 'master' of git://github.com/alanpearce/dotfiles
-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)