diff options
author | JSDurand <mmemmew@gmail.com> | 2022-03-31 21:16:15 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-03-31 21:16:15 +0800 |
commit | bdf4614cbd1023629003304b1b03746e4bc74979 (patch) | |
tree | d13fd5e6c0629c99e04a21f50f5687b4622438ed | |
parent | d0ba0c810462146471cbcb60a43ef44501d556a1 (diff) |
bookmark: don't make backups of bookmark-alist.
-rw-r--r-- | bookmark-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index a119ce0..7faa7c5 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -124,6 +124,10 @@ (setq blist-automatic-filter-groups #'ilist-automatic-group-durand) +;;; Don't make numbered backups + +(setq bookmark-version-control 'never) + ;;; More bookmark groups ;; Some of these are not needed anymore, but I still keep them here as |