Add sqlite to org-babel languages

This commit is contained in:
Dimitri Lozeve 2022-08-23 17:23:45 +02:00
parent 339c15e61b
commit 1ff2c50769

View file

@ -736,7 +736,8 @@
(dot . t)
(latex . t)
(lisp . t)
(shell . t)))
(shell . t)
(sqlite . t)))
(setq org-confirm-babel-evaluate nil)
(add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images)