From 316bc0fd14404ecafbb8e8b0f1e9d366f2833197 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 23 Jan 2022 22:11:11 +0800 Subject: bookmark-conf: Change buffer name. * bookmark-conf.el (blist-buffer-name): Use another buffer name that is not recognized by bookmark.el, so that it won't think we are using the default bmenu listings. --- 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 74878dd..a119ce0 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -36,6 +36,10 @@ (use-package "blist" 'blist) (require 'blist) +;;; Shorter buffer name + +(setq blist-buffer-name "*Bookmarks*") + ;;; replace the original key-binding (define-key ctl-x-r-map (vector ?l) #'blist-list-bookmarks) -- cgit v1.2.3-18-g5258