From 9f7dfe76185e8a5a3bf01d345c5b4444e1ffc89d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 22 Mar 2015 20:45:57 +0900 Subject: [PATCH] Add a todo --- emacs.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index f80e9cd..2245a2e 100644 --- a/emacs.el +++ b/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] \".")