Browse Source

small bug

master
Marc 1 year ago
parent
commit
8349545c8f
1 changed files with 2 additions and 2 deletions
  1. 4
      config.org

4
config.org

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

Loading…
Cancel
Save