From d5e1450896223443cc6e99cf7183a8e2b9d2faf7 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 10 Oct 2018 16:11:20 +0900 Subject: [PATCH] Add some vc-rcs configs --- emacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 6b1a405..55233df 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-10 14:41:37 JST 10sr> +;; Time-stamp: <2018-10-10 16:10:35 JST 10sr> ;;; Code: @@ -777,6 +777,9 @@ found, otherwise returns nil." ;; vc (set-variable 'vc-handled-backends '(RCS)) +(set-variable 'vc-rcs-register-switches "-l") +(set-variable 'vc-rcs-checkin-switches "-l") +(set-variable 'vc-command-messages t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; share clipboard with x