From 0671b44808a07237a1c183e80c7ba713255c9ee8 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Tue, 2 Aug 2022 11:40:43 -0700 Subject: [PATCH] Make the bookmark fringe icon look like a bookmark * lisp/bookmark.el (bookmark-fringe-mark): Change the bitmap to look like a bookmark. --- lisp/bookmark.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 30a03e0431..53da501316 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -483,7 +483,14 @@ bookmark-history "The history list for bookmark functions.") (define-fringe-bitmap 'bookmark-fringe-mark - "\x3c\x7e\xff\xff\xff\xff\x7e\x3c") + [#b01111110 + #b01111110 + #b01111110 + #b01111110 + #b01111110 + #b01111110 + #b01100110 + #b01000010]) (defun bookmark--set-fringe-mark () "Apply a colorized overlay to the bookmarked location. -- 2.25.1