diff options
author | Alan Pearce | 2015-04-07 22:58:19 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-07 22:58:19 +0100 |
commit | 25ee0b7becb0830e3b9273378d473a807ee1471b (patch) | |
tree | 3b5aa710e9fa901c83d5685ebf43bcaed6955820 /tag-emacs/emacs.d/init.el | |
parent | 983c17466c18209282e63472ba922f93ea0acaf2 (diff) | |
parent | 92142a8757c9f9d58716436dda38a0b0fe762a33 (diff) | |
download | nixfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.tar.lz nixfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.tar.zst nixfiles-25ee0b7becb0830e3b9273378d473a807ee1471b.zip |
Merge branch 'master' of git://github.com/alanpearce/dotfiles
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index fe553d49..735993af 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) |