Load Org babel support for sql by default

This commit is contained in:
Daniel - 2023-01-21 18:44:44 +01:00
parent b34ca3263f
commit 12e3d1fcd0
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -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)