mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -290,6 +290,10 @@ tell you about it. Very annoying. This prevents that."
|
|||||||
(doom-auto-revert-buffer-h)))))
|
(doom-auto-revert-buffer-h)))))
|
||||||
|
|
||||||
|
|
||||||
|
;;;###package bookmark
|
||||||
|
(setq bookmark-default-file (concat doom-etc-dir "bookmarks"))
|
||||||
|
|
||||||
|
|
||||||
(use-package! recentf
|
(use-package! recentf
|
||||||
;; Keep track of recently opened files
|
;; Keep track of recently opened files
|
||||||
:defer-incrementally easymenu tree-widget timer
|
:defer-incrementally easymenu tree-widget timer
|
||||||
|
Reference in New Issue
Block a user