Start work on company-sql
This commit is contained in:
parent
b342415667
commit
6adfc92a2c
3 changed files with 251 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue