Start work on company-sql

This commit is contained in:
Griffin Smith 2019-03-10 22:23:45 -04:00
parent b342415667
commit 6adfc92a2c
3 changed files with 251 additions and 0 deletions

View file

@ -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))