Typo fix:
Do not conflicts -> Do not conflict Windoz -> Windows(tm) Submitted by: Many people via private mails.
This commit is contained in:
parent
f5da59390d
commit
e976b830ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36017
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
(set-buffer-file-coding-system 'chinese-big5)
|
||||
(set-selection-coding-system 'chinese-big5)
|
||||
(modify-coding-system-alist 'process "*" 'chinese-big5)
|
||||
;; Do not conflicts with xcin hook
|
||||
;; Do not conflict 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
|
||||
;; 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
|
||||
;; -- Use Windows(tm) style selection
|
||||
;;(custom-set-variables
|
||||
;; '(pc-selection-mode t nil (pc-select)))
|
||||
;; To make sure you get as much highlighting as possible
|
||||
|
|
Loading…
Reference in a new issue