From 024a2c7e8202c7e5cdbb50a8a9d4edd1986f363b Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 28 Feb 2023 12:32:18 +0800 Subject: bookmark: bind `bookmark-save` to C-x r s. The original function for that key-binding has another associated key-binding, so it is save to replace that one. --- bookmark-conf.el | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-18-g5258