From eb34f1201d6518b3cad2b94085461ed16e263cbb Mon Sep 17 00:00:00 2001 From: "Paul W. Rankin" Date: Tue, 18 May 2021 16:10:51 +1000 Subject: [PATCH] lisp/bookmark.el: make bookmark-fontify nil by default Best not to force annoying things onto people --- lisp/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 64b467adfa..a4951b506f 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -173,7 +173,7 @@ bookmark-search-delay "Time before `bookmark-bmenu-search' updates the display." :type 'number) -(defcustom bookmark-fontify t +(defcustom bookmark-fontify nil "Whether to colorize a bookmarked line. If non-nil, setting a bookmark will colorize the current line with `bookmark-face'." -- 2.30.2