diff options
author | Case Duckworth | 2021-02-24 17:42:31 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-24 17:42:31 -0600 |
commit | 0f03ac1076e81e7d34358d369e88d7cd7bcadee5 (patch) | |
tree | 0b788adc78f64aa03a344be375a98afc2138738a | |
parent | Add variable-pitch fonts (diff) | |
download | emacs-0f03ac1076e81e7d34358d369e88d7cd7bcadee5.tar.gz emacs-0f03ac1076e81e7d34358d369e88d7cd7bcadee5.zip |
Fucking ... UNIX LINE ENDINGS
-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 |