diff options
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 14 |
1 files changed, 12 insertions, 2 deletions
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 |