|
@ -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 |
|
|
(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 |
|
|
(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) |
|
|
(setq locale-coding-system 'utf-8) |
|
|
(set-terminal-coding-system 'utf-8) |
|
|
(set-terminal-coding-system 'utf-8) |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
|
|
|
(setq default-process-coding-system '(utf-8-unix . utf-8-unix)) |
|
|
(if *sys/windows* |
|
|
(if *sys/windows* |
|
|
(prefer-coding-system 'utf-8-dos) |
|
|
(prefer-coding-system 'utf-8-dos) |
|
|
(prefer-coding-system 'utf-8)) |
|
|
(prefer-coding-system 'utf-8)) |
|
|