about summary refs log tree commit diff
path: root/packages.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-03-11T02·23-0400
committerGriffin Smith <root@gws.fyi>2019-03-11T02·23-0400
commit6adfc92a2c4c8770897ad7223905868a8efa05df (patch)
tree0e495c41e4ea162e12467de02fa8819b4558849a /packages.el
parentb342415667464aeb8586ddbdaa2a124bc97fb3d9 (diff)
Start work on company-sql
Diffstat (limited to 'packages.el')
-rw-r--r--packages.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.el b/packages.el
index e57037e831..86146eb6df 100644
--- a/packages.el
+++ b/packages.el
@@ -87,6 +87,8 @@
 
 ;; SQL
 (package! sqlup-mode)
+(package! emacsql)
+(package! emacsql-psql)
 
 ;;; Python
 (package! yapfify)