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