summaryrefslogtreecommitdiff
path: root/bookmark-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-03-31 21:16:15 +0800
committerJSDurand <mmemmew@gmail.com>2022-03-31 21:16:15 +0800
commitbdf4614cbd1023629003304b1b03746e4bc74979 (patch)
treed13fd5e6c0629c99e04a21f50f5687b4622438ed /bookmark-conf.el
parentd0ba0c810462146471cbcb60a43ef44501d556a1 (diff)
bookmark: don't make backups of bookmark-alist.
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r--bookmark-conf.el4
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