diff options
-rw-r--r-- | bookmark-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
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) |