From f64e1e571c01709c7b3528dbe9a0f1456229cb01 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Fri, 17 Jul 2026 23:38:45 -0400 Subject: [PATCH] revert: remove bookmark-default-file setq, broke bookmark --- doom/.config/doom/README.org | 2 +- doom/.config/doom/config.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)