fix: move bookmark-default-file to doom-etc-dir

A regression introduced in 46844b55de moved bookmarks to
doom-cache-dir, which is not where user data belongs.

Fix: #6540
Amend: 46844b55de
This commit is contained in:
Henrik Lissner 2022-08-03 03:01:30 +02:00
parent 283e279dce
commit 52bda5f4e7
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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