Add document encoding to defaults
This commit is contained in:
parent
c70b5363d5
commit
59101ec79d
1 changed files with 4 additions and 0 deletions
|
@ -93,3 +93,7 @@
|
|||
shell-mode-hook
|
||||
eshell-mode-hook))
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
;; Document encoding
|
||||
(set-language-environment "UTF-8")
|
||||
(set-default-coding-systems 'utf-8)
|
||||
|
|
Loading…
Add table
Reference in a new issue