feat: set global bookmark-default-file to Home-Infra Assets

This commit is contained in:
2026-07-17 20:49:02 -04:00
parent 11fb27b641
commit 5a9832337a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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