diff --git a/init.org b/init.org index fcaa56a..ef8cad0 100644 --- a/init.org +++ b/init.org @@ -160,10 +160,12 @@ Maybe turn it on again at some point before the next major emacs upgrade (save-place-mode 1) ;; saves position in file when it's closed (setq save-place-forget-unreadable-files nil) ;; checks if file is readable before saving position +(set-charset-priority 'unicode) (setq locale-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-selection-coding-system 'utf-8) +(setq default-process-coding-system '(utf-8-unix . utf-8-unix)) (if *sys/windows* (prefer-coding-system 'utf-8-dos) (prefer-coding-system 'utf-8))