switch for org-roam to builtin sqlite

This commit is contained in:
2023-01-30 20:51:23 +01:00
parent 900a4d9928
commit ce2c9354ed
2 changed files with 96 additions and 1 deletions

View File

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