diff options
-rw-r--r-- | config.org | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config.org b/config.org index 2fe07ae..18b2324 100644 --- a/config.org +++ b/config.org | |||
@@ -1197,17 +1197,17 @@ It's 2020. Let's encode files like it is. | |||
1197 | (set-charset-priority 'unicode) | 1197 | (set-charset-priority 'unicode) |
1198 | (set-language-environment "UTF-8") | 1198 | (set-language-environment "UTF-8") |
1199 | 1199 | ||
1200 | (prefer-coding-system 'utf-8) | 1200 | (prefer-coding-system 'utf-8-unix) |
1201 | (set-default-coding-systems 'utf-8) | 1201 | (set-default-coding-systems 'utf-8-unix) |
1202 | (set-terminal-coding-system 'utf-8) | 1202 | (set-terminal-coding-system 'utf-8-unix) |
1203 | (set-keyboard-coding-system 'utf-8) | 1203 | (set-keyboard-coding-system 'utf-8-unix) |
1204 | (set-selection-coding-system 'utf-8) | 1204 | (set-selection-coding-system 'utf-8-unix) |
1205 | 1205 | ||
1206 | (setq-default locale-coding-system 'utf-8 | 1206 | (setq-default locale-coding-system 'utf-8-unix |
1207 | coding-system-for-read 'utf-8 | 1207 | coding-system-for-read 'utf-8-unix |
1208 | coding-system-for-write 'utf-8 | 1208 | coding-system-for-write 'utf-8-unix |
1209 | buffer-file-coding-system 'utf-8 | 1209 | buffer-file-coding-system 'utf-8-unix |
1210 | org-export-coding-system 'utf-8 | 1210 | org-export-coding-system 'utf-8-unix |
1211 | default-process-coding-system '(utf-8-unix . utf-8-unix) | 1211 | default-process-coding-system '(utf-8-unix . utf-8-unix) |
1212 | x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) | 1212 | x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) |
1213 | #+end_src | 1213 | #+end_src |