ソースを参照

Add some vc-rcs configs

master
10sr 6年前
コミット
d5e1450896
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      emacs.el

+ 4
- 1
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


読み込み中…
キャンセル
保存