Browse Source

Add a todo

pull/15/head
10sr 9 years ago
parent
commit
9f7dfe7618
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el View File

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


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


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


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


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


Loading…
Cancel
Save