diff options
author | Alan Pearce | 2015-03-30 10:06:08 +0100 |
---|---|---|
committer | Alan Pearce | 2015-03-30 10:06:08 +0100 |
commit | 2bda6f9985d68b5e5b988e0d717812c15aff1a2d (patch) | |
tree | f0b5891ea78ed0972a0df264ff9e13929862a648 | |
parent | d9e52eb75846f61694de8a32ecd179c1fbe23606 (diff) | |
download | nixfiles-2bda6f9985d68b5e5b988e0d717812c15aff1a2d.tar.lz nixfiles-2bda6f9985d68b5e5b988e0d717812c15aff1a2d.tar.zst nixfiles-2bda6f9985d68b5e5b988e0d717812c15aff1a2d.zip |
Emacs: add dash hook for SQL flavours
-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 39f7b539..e1752044 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) |