diff options
-rw-r--r-- | chinese/emacs20/files/dot.emacs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/emacs20/files/dot.emacs b/chinese/emacs20/files/dot.emacs index 2fb65f502f59..43589f9c9715 100644 --- a/chinese/emacs20/files/dot.emacs +++ b/chinese/emacs20/files/dot.emacs @@ -7,3 +7,16 @@ (modify-coding-system-alist 'process "*" 'chinese-big5) ;; Do not conflicts with xcin hook (global-set-key (kbd "M-SPC") 'set-mark-command) +;; --------------------------------------------------------------------------- +;; to get emacs a bit more consistent, replace all yes or no questions with +;; simple y or n. +;; --------------------------------------------------------------------------- +;;(fset 'yes-or-no-p 'y-or-n-p) +;; --Use Windoze style selection +;;(custom-set-variables +;; '(pc-selection-mode t nil (pc-select))) +;; To make sure you get as much highlighting as possible +;; (global-font-lock-mode t) +;; (setq-default font-lock-maximum-decoration t) +;; Don't ask me more about emacs customization ! You should read the +;; manual or just ask google.com. |