summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 6386b86..4fe6c25 100644 --- a/config.org +++ b/config.org
@@ -1227,7 +1227,10 @@ It's 2020. Let's encode files like it is.
1227 coding-system-for-read 'utf-8-unix 1227 coding-system-for-read 'utf-8-unix
1228 coding-system-for-write 'utf-8-unix 1228 coding-system-for-write 'utf-8-unix
1229 buffer-file-coding-system 'utf-8-unix 1229 buffer-file-coding-system 'utf-8-unix
1230
1230 org-export-coding-system 'utf-8-unix 1231 org-export-coding-system 'utf-8-unix
1232 org-html-coding-system 'utf-8-unix ; doesn't take from above
1233
1231 default-process-coding-system '(utf-8-unix . utf-8-unix) 1234 default-process-coding-system '(utf-8-unix . utf-8-unix)
1232 x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) 1235 x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
1233#+end_src 1236#+end_src