Update org babel sqlite command
This commit is contained in:
parent
3324d989f6
commit
416d4b3b2c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
time-stamp-format "%Y-%02m-%02d %02H:%02M")
|
||||
(add-hook 'before-save-hook 'time-stamp nil)
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq org-babel-sqlite3-command "c:/msys64/mingw64/bin/sqlite3.exe"))
|
||||
(setq org-babel-sqlite3-command "c:/msys64/ucrt64/bin/sqlite3.exe"))
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((emacs-lisp . t) (lisp . t) (gnuplot . t) (python . t) (sqlite . t) (shell . t) (plantuml . t) (C . t)))
|
||||
|
|
Loading…
Add table
Reference in a new issue