Some usage tips for pcl-cvs mode (and I suppose pcl-svn too, now)
;; I keep forgetting where I found this
;; even with the comment in the .el file :-/
(defvar my-vc-dired-mode-load-hook
(lambda nil
;; Thanks to Kai Grossjohann for this idea
;;
(define-key vc-prefix-map "D" (function cvs-update))
(define-key vc-dired-mode-map "C-v" (function dired-view-file)))
"My own hook for patching Dired under VC mode, and possibly other VC mode
customizations. (Loaded in via `eval-after-load'.)")
(eval-after-load "vc" `(run-hooks 'my-vc-dired-mode-load-hook))
by
era
2006-06-19 01:24
03a
·
emacs
·
extension
·
howto
·
wiki
·
20060619-0123