ソースを参照

Add a todo

pull/15/head
10sr 9年前
コミット
9f7dfe7618
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el ファイルの表示

@@ -1640,9 +1640,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; vc
;; (require 'vc)
(require 'vc)

(setq vc-handled-backends '())
;;(setq vc-handled-backends '())

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; gauche-mode
@@ -2622,6 +2622,7 @@ this is test, does not rename files."
;; ".")
;; " Stupid!")))

;; TODO: make these a library
(defvar info-in-prompt
nil
"System info in the form of \"[user@host] \".")


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