feat: set global bookmark-default-file to Home-Infra Assets
This commit is contained in:
@@ -110,6 +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")))
|
||||
#+end_src
|
||||
|
||||
** Buffer auto reload
|
||||
|
||||
@@ -20,6 +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 global-auto-revert-mode 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user