diff options
author | JSDurand <mmemmew@gmail.com> | 2021-09-17 15:04:28 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-09-17 15:04:28 +0800 |
commit | e023234fb0a17abb38645eaf4d6b57b60ea0b3a2 (patch) | |
tree | fe075239dab8e2c25bab57ebb2441e555263de43 | |
parent | 97676b501c3c29874878ff7f87ec85051ed67572 (diff) |
* bookmark-conf.el (blist-expert): I am not an expert.
-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 |