diff --git a/emacs.el b/emacs.el index e3214d9..b018870 100644 --- a/emacs.el +++ b/emacs.el @@ -644,6 +644,9 @@ found, otherwise returns nil." (require 'session nil t) +(lazy-load-eval 'sql '(sql-mode) + (require 'sql-indent nil t)) + (and (fetch-library "https://raw.github.com/10sr/emacs-lisp/master/gtkbm.el" t) (lazy-load-eval 'gtkbm)