revert: remove bookmark-default-file setq, broke bookmark
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user