From 6adfc92a2c4c8770897ad7223905868a8efa05df Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 10 Mar 2019 22:23:45 -0400 Subject: Start work on company-sql --- config.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.el') diff --git a/config.el b/config.el index ffc25fa51796..04f1ea704eeb 100644 --- a/config.el +++ b/config.el @@ -14,6 +14,8 @@ (load! "utils") +(load! "company-sql") + ; (defconst rust-src-path ; (-> "/Users/griffin/.cargo/bin/rustc --print sysroot" ; shell-command-to-string @@ -884,6 +886,10 @@ (sql-mode-hook . sqlup-mode) (sql-interactive-mode-hook . sqlup-mode)) +(def-package! emacsql) +(def-package! emacsql-psql + :after (emacsql)) + (def-package! yapfify :hook (python-mode-hook . yapf-mode)) -- cgit 1.4.1