From 263def911f41545b4b949c96fa7f2bd2b866a2a0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 4 Aug 2022 21:08:59 +0200 Subject: [PATCH] Confirm deletion of bookmarks via `edit-bookmarks` --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 30eb72b..e19121d 100644 --- a/init.el +++ b/init.el @@ -518,7 +518,8 @@ (use-package bookmark :init (setq bookmark-default-file (expand-file-name "private/bookmarks" - emacs-d))) + emacs-d) + bookmark-menu-confirm-deletion t)) (use-package warnings :config (cl-pushnew '(undo discard-info) warning-suppress-types