diff options
-rw-r--r-- | bookmark-conf.el | 3 | ||||
-rw-r--r-- | vc-conf.el | 2 |
2 files changed, 1 insertions, 4 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))))))) @@ -27,7 +27,7 @@ (require 'vc) (define-key vc-dir-mode-map (vector ?F) #'vc-pull) - +(define-key vc-prefix-map (vector ?-) #'vc-revision-other-window) (provide 'vc-conf) ;;; vc-conf.el ends here |