diff options
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index 508fae3..b3b1d98 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -44,6 +44,12 @@ (define-key ctl-x-r-map (vector ?l) #'blist-list-bookmarks) +;;; Add a binding for saving bookmarks + +;; This was used for `copy-to-register', but we can also use `C-x r +;; x'. +(define-key ctl-x-r-map (vector ?s) #'bookmark-save) + ;;; Customizations ;;;; No strange fringe indicators |