Add sqlite to org-babel languages
This commit is contained in:
parent
339c15e61b
commit
1ff2c50769
1 changed files with 3 additions and 2 deletions
3
init.el
3
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue