From b8a557ff7a3e449d50dc1ee67fe763486e3eae3a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 15 Dec 2023 20:11:47 +0900 Subject: [PATCH] Overwrite bookmark when loading --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 02f8181..c399a70 100644 --- a/emacs.el +++ b/emacs.el @@ -1420,7 +1420,7 @@ THEM are function and its args." "Function for `bookmark-set-internal'. ORIG-FUNC is the target function, and ARGS is the argument when it is called." - (bookmark-load bookmark-default-file) + (bookmark-load bookmark-default-file t) (apply orig-func args) (bookmark-save nil bookmark-default-file))