From bdf4614cbd1023629003304b1b03746e4bc74979 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 31 Mar 2022 21:16:15 +0800 Subject: bookmark: don't make backups of bookmark-alist. --- bookmark-conf.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bookmark-conf.el') 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 -- cgit v1.2.3-18-g5258