|
|
@ -1471,8 +1471,8 @@ If nil it defaults to `split-string-default-separators', normally |
|
|
|
(use-package emacsql-sqlite3 |
|
|
|
:ensure t |
|
|
|
:init |
|
|
|
(setq emacsql-sqlite3-binary "P:/Tools/sqlite/sqlite3.exe") |
|
|
|
exec-path (append exec-path '("P:/Tools/sqlite"))) |
|
|
|
(setq emacsql-sqlite3-binary "P:/Tools/sqlite/sqlite3.exe" |
|
|
|
exec-path (append exec-path '("P:/Tools/sqlite")))) |
|
|
|
|
|
|
|
(use-package org-roam |
|
|
|
:requires emacsql-sqlite3 |
|
|
|