From df39d29ec09150de5a9dab50870f4108c6849c56 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 7 Sep 2022 18:52:04 +0800 Subject: bookmark and vc * bookmark-conf.el: Delete a `message' call that I forgot to delete after debugging. * vc-conf.el (vc-prefix-map): Bind "C-x v -" to `vc-revision-other-window', a very handy feature. --- bookmark-conf.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'bookmark-conf.el') diff --git a/bookmark-conf.el b/bookmark-conf.el index 4745abf..806f4e0 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -146,9 +146,6 @@ handler-name (list "gpg") #'string=)) (setq new-location (substring new-location nil (max 0 (1- (match-beginning 1))))) - (cond - ((string= location "~/.authinfo.gpg") - (message new-location))) (cond ((string-match "\\.\\([^.]+\\)\\'" new-location) (setq handler-name (match-string 1 new-location))) -- cgit v1.2.3-18-g5258