Update org babel sqlite command

This commit is contained in:
Marcus Kammer 2023-04-30 10:20:46 +02:00
parent 3324d989f6
commit 416d4b3b2c

View file

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