Browse Source

Add bookmark-save-flag

master
10sr 5 years ago
parent
commit
2aea4238e6
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -702,6 +702,8 @@ found, otherwise returns nil."
(set-variable 'bookmark-default-file
(expand-file-name (concat user-emacs-directory
"bmk")))
(set-variable 'bookmark-save-flag
1)
(with-eval-after-load 'recentf
(defvar recentf-exclude)
(defvar bookmark-default-file)


Loading…
Cancel
Save