switch for org-roam to builtin sqlite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; org-settings.el --- Org settings -*- lexical-binding: t -*-
|
||||
;;; org-settings.el --- Org settings -*- lexical-binding: t -*-
|
||||
|
||||
;; Package-Requires: ((emacs) (org-mode) (org-bullets) (org-cliplink))
|
||||
|
||||
@@ -558,6 +558,7 @@ Suggest the URL title as a description for resource."
|
||||
(setq org-roam-v2-ack t) ;; no migration warning
|
||||
(setq org-roam-directory (expand-file-name "~/Sync/workspace/emacs/org-roam")) ;; check if folder exists
|
||||
(setq org-roam-db-location (concat user-cache-directory "org-roam.db"))
|
||||
(setq org-roam-database-connector 'sqlite-builtin)
|
||||
;; (setq org-roam-graph-viewer nil)
|
||||
(with-eval-after-load 'which-key
|
||||
(which-key-add-key-based-replacements
|
||||
|
||||
Reference in New Issue
Block a user