about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-25 12:37:54 -0600
committerCase Duckworth2021-02-25 12:37:54 -0600
commit01483c229f76a74b9aa870b34b433029a76050d6 (patch)
tree4079afcea462e1c75cd59a273bcbff1d7a179ef8 /config.org
parentMessage about startup time (diff)
downloademacs-01483c229f76a74b9aa870b34b433029a76050d6.tar.gz
emacs-01483c229f76a74b9aa870b34b433029a76050d6.zip
Add `org-html-coding-system' to the utf-8-unix train
Fuckin' ... UNIX
Diffstat (limited to 'config.org')
-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