diff --git a/init.el b/init.el index 7bc9733..d8bdccc 100644 --- a/init.el +++ b/init.el @@ -932,7 +932,8 @@ ;; Babel (setq org-babel-load-languages '((shell . t) - (emacs-lisp . t))) + (emacs-lisp . t) + (sql . t))) ;; Link shortcuts (some taken from the documentation)