Confirm deletion of bookmarks via `edit-bookmarks`

This commit is contained in:
dbo 2022-08-04 21:08:59 +02:00
parent 3fa3ba2b3f
commit 263def911f
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -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