浏览代码

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


正在加载...
取消
保存