fix: move bookmark-default-file to doom-etc-dir
A regression introduced in46844b55de
moved bookmarks to doom-cache-dir, which is not where user data belongs. Fix: #6540 Amend:46844b55de
This commit is contained in:
parent
283e279dce
commit
52bda5f4e7
1 changed files with 4 additions and 0 deletions
|
@ -290,6 +290,10 @@ tell you about it. Very annoying. This prevents that."
|
|||
(doom-auto-revert-buffer-h)))))
|
||||
|
||||
|
||||
;;;###package bookmark
|
||||
(setq bookmark-default-file (concat doom-etc-dir "bookmarks"))
|
||||
|
||||
|
||||
(use-package! recentf
|
||||
;; Keep track of recently opened files
|
||||
:defer-incrementally easymenu tree-widget timer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue