From e023234fb0a17abb38645eaf4d6b57b60ea0b3a2 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 17 Sep 2021 15:04:28 +0800 Subject: * bookmark-conf.el (blist-expert): I am not an expert. --- bookmark-conf.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'bookmark-conf.el') diff --git a/bookmark-conf.el b/bookmark-conf.el index 5604634..1af7641 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -30,11 +30,21 @@ (use-package "blist" 'blist) +;;; replace the original key-binding + +(define-key ctl-x-r-map (vector ?l) #'blist-list-bookmarks) + ;;; Customizations -;;;; Pseudo-expert? +;;;; I am not an expert + +;; I prefer not being an expert now, as deleting bookmarks is quite +;; dangerous for me, as I start to depend my workflow on these +;; bookmarks. It might be difficult to restore the bookmark of a PDF +;; file deeply buried somewhere inside my file system, if I +;; accidentally delete it. -(setq blist-expert t) +(setq blist-expert nil) ;;;; Discard empty groups -- cgit v1.2.3-18-g5258