all repos — nixfiles @ 25ee0b7becb0830e3b9273378d473a807ee1471b

System and user configuration, managed by nix and home-manager

Merge branch 'master' of git://github.com/alanpearce/dotfiles
Alan Pearce alan@alanpearce.co.uk
Tue, 07 Apr 2015 22:58:19 +0100
commit

25ee0b7becb0830e3b9273378d473a807ee1471b

parent

983c17466c18209282e63472ba922f93ea0acaf2

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -357,7 +357,8 @@ (ap/create-helm-dash-hook php ("PHP" "Symfony"))           (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)