mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
+rcs
This commit is contained in:
3
.emacs
3
.emacs
@@ -5505,6 +5505,9 @@ calls vc-diff)"
|
|||||||
(if (eq (vc-backend (buffer-file-name)) 'RCS)
|
(if (eq (vc-backend (buffer-file-name)) 'RCS)
|
||||||
"[X]" "[ ]"))
|
"[X]" "[ ]"))
|
||||||
|
|
||||||
|
;; always lock after checkout
|
||||||
|
(setq vc-rcs-checkin-switches "-l")
|
||||||
|
|
||||||
(defhydra hydra-rcs (:color blue)
|
(defhydra hydra-rcs (:color blue)
|
||||||
"
|
"
|
||||||
RCS revision control. Current buffer %(file-name-nondirectory (buffer-file-name)) is under RCS: %(rcs-is-under-revision).
|
RCS revision control. Current buffer %(file-name-nondirectory (buffer-file-name)) is under RCS: %(rcs-is-under-revision).
|
||||||
|
|||||||
Reference in New Issue
Block a user