]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/don-configuration.org
defer sql mode
[lib.git] / emacs_el / configuration / don-configuration.org
index b0375de9da912895a89cd89a1e943f4a2890b43e..9c84c65be9410819d0d310682b2992ac2006001c 100644 (file)
@@ -656,9 +656,11 @@ value, scrolling continues until there is no more output.
 #+BEGIN_SRC emacs-lisp
 ; load sql-indent when sql is loaded
 (use-package sql-indent
+  :after sql
   :hook sql-mode
   )
 (use-package sql
+  :commands (sql-mode)
   :mode (("\\.sql\\'" . sql-mode))
   )
 #+END_SRC