revert: remove bookmark-default-file setq, broke bookmark

This commit is contained in:
2026-07-17 23:38:45 -04:00
parent 9be62342ca
commit f64e1e571c
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ No more auto-discovery of random =.git= repos.
#+begin_src emacs-lisp
(setq bookmark-save-flag 1)
(setq bookmark-default-file (expand-file-name "bookmarks" (expand-file-name "~/.config/emacs/.local/etc/bookmarks")))
(setq bookmark-default-file (expand-file-name "bookmarks" (expand-file-name "~/ExoKortex/2-Areas/Home-Infra/2-Assets/bookmark")))
#+end_src
** Buffer auto reload

View File

@@ -20,7 +20,7 @@
(setq projectile-auto-discover nil))
(setq bookmark-save-flag 1)
(setq bookmark-default-file (expand-file-name "bookmarks" (expand-file-name "~/.config/emacs/.local/etc/bookmarks")))
(setq bookmark-default-file (expand-file-name "bookmarks" (expand-file-name "~/ExoKortex/2-Areas/Home-Infra/2-Assets/bookmark")))
(setq global-auto-revert-mode 1)