Prefer utf-8-unix code system for files
This commit is contained in:
parent
01070ad05e
commit
126b38f760
1 changed files with 3 additions and 3 deletions
6
init.el
6
init.el
|
@ -125,11 +125,11 @@
|
|||
|
||||
;;; bundle--encoding
|
||||
;; UTF-8 FTW
|
||||
(prefer-coding-system 'utf-8)
|
||||
(set-default-coding-systems 'utf-8)
|
||||
(prefer-coding-system 'utf-8-unix)
|
||||
(set-default-coding-systems 'utf-8-unix)
|
||||
(set-terminal-coding-system 'utf-8)
|
||||
(set-keyboard-coding-system 'utf-8)
|
||||
(setq default-buffer-file-coding-system 'utf-8)
|
||||
(setq default-buffer-file-coding-system 'utf-8-unix)
|
||||
(setenv "PYTHONIOENCODING" "UTF-8")
|
||||
;;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue