Make sure the language environment is always UTF-8
This commit is contained in:
parent
f5980d6936
commit
681ef586c8
@ -32,6 +32,16 @@ I set it up early so I can use it in ~use-package~ calls immediately.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
#+END_SRC
|
||||
|
||||
** Set UTF-8 as the default encoding
|
||||
|
||||
Just to make sure, although most Linux DE does this for me.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(set-language-environment "UTF-8")
|
||||
(set-default-coding-systems 'utf-8)
|
||||
#+END_SRC
|
||||
|
||||
* Set personal information
|
||||
|
||||
** Who am I?
|
||||
|
Loading…
Reference in New Issue
Block a user