More utf-8 support

This commit is contained in:
Henrik Lissner 2016-03-10 23:54:56 -05:00
parent ebad0efe49
commit af1e03b56c

View file

@ -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