More utf-8 support
This commit is contained in:
parent
ebad0efe49
commit
af1e03b56c
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
|||
(set-keyboard-coding-system 'utf-8) ; pretty
|
||||
(set-selection-coding-system 'utf-8) ; please
|
||||
(prefer-coding-system 'utf-8) ; with sugar on top
|
||||
(set-charset-priority 'unicode)
|
||||
(setq default-process-coding-system '(utf-8-unix . utf-8-unix))
|
||||
|
||||
(fset 'yes-or-no-p 'y-or-n-p) ; y/n instead of yes/no
|
||||
|
||||
;; Ask for confirmation on exit only if there are real buffers left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue