diff --git a/doom/.config/doom/README.org b/doom/.config/doom/README.org index 02d9b6f..28c9f9f 100644 --- a/doom/.config/doom/README.org +++ b/doom/.config/doom/README.org @@ -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 diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index 6ee58e7..5e75c09 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -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)