diff options
author | Case Duckworth | 2021-04-12 12:59:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-12 12:59:14 -0500 |
commit | 9908118b3d3e96fb6d720b4f1c552219fa115434 (patch) | |
tree | 1d72863e0e591264f35d3e8de7f4b364b94a5293 | |
parent | Add `visual-line-mode' to `org-mode-hook' (diff) | |
download | emacs-9908118b3d3e96fb6d720b4f1c552219fa115434.tar.gz emacs-9908118b3d3e96fb6d720b4f1c552219fa115434.zip |
Told ya it was subject to change
-rw-r--r-- | init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el index 0e8db32..6573f82 100644 --- a/init.el +++ b/init.el | |||
@@ -105,8 +105,6 @@ | |||
105 | coding-system-for-read 'utf-8-unix | 105 | coding-system-for-read 'utf-8-unix |
106 | coding-system-for-write 'utf-8-unix | 106 | coding-system-for-write 'utf-8-unix |
107 | buffer-file-coding-system 'utf-8-unix | 107 | buffer-file-coding-system 'utf-8-unix |
108 | org-export-coding-system 'utf-8-unix | ||
109 | org-html-coding-system 'utf-8-unix | ||
110 | default-process-coding-system '(utf-8-unix . utf-8-unix) | 108 | default-process-coding-system '(utf-8-unix . utf-8-unix) |
111 | x-select-request-type '(UTF8_STRING | 109 | x-select-request-type '(UTF8_STRING |
112 | COMPOUND_TEXT | 110 | COMPOUND_TEXT |