This will fix it
parent
0bd7bf347c
commit
4bece9bb0c
@ -1 +1,7 @@
|
|||||||
|
(prefer-coding-system 'utf-8)
|
||||||
|
(set-default-coding-systems 'utf-8)
|
||||||
|
(set-language-environment 'utf-8)
|
||||||
|
(if (string-equal system-type "windows-nt")
|
||||||
|
(set-selection-coding-system 'utf-16-le)
|
||||||
|
(set-selection-coding-system 'utf-8))
|
||||||
(org-babel-load-file "~/.emacs.d/config.org")
|
(org-babel-load-file "~/.emacs.d/config.org")
|
||||||
|
Loading…
Reference in New Issue