diff options
-rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index a4951b506f8..64b467adfae 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -173,7 +173,7 @@ A non-nil value may result in truncated bookmark names." "Time before `bookmark-bmenu-search' updates the display." :type 'number) -(defcustom bookmark-fontify nil +(defcustom bookmark-fontify t "Whether to colorize a bookmarked line. If non-nil, setting a bookmark will colorize the current line with `bookmark-face'." |