summaryrefslogtreecommitdiff
path: root/bookmark-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2022-09-07 18:52:04 +0800
committerJSDurand <mmemmew@gmail.com>2022-09-07 18:52:04 +0800
commitdf39d29ec09150de5a9dab50870f4108c6849c56 (patch)
tree8872e1efa42f87e3a738056d3568ac11b8a5fcb3 /bookmark-conf.el
parentcb9c009557b956b4814f1c4294f70bf38d1f0d53 (diff)
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.
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r--bookmark-conf.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el
index 4745abf..806f4e0 100644
--- a/bookmark-conf.el
+++ b/bookmark-conf.el
@@ -147,9 +147,6 @@
(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)))
((setq handler-name nil)))))))