From 0f03ac1076e81e7d34358d369e88d7cd7bcadee5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 24 Feb 2021 17:42:31 -0600 Subject: Fucking ... UNIX LINE ENDINGS --- config.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'config.org') 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. (set-charset-priority 'unicode) (set-language-environment "UTF-8") - (prefer-coding-system 'utf-8) - (set-default-coding-systems 'utf-8) - (set-terminal-coding-system 'utf-8) - (set-keyboard-coding-system 'utf-8) - (set-selection-coding-system 'utf-8) - - (setq-default locale-coding-system 'utf-8 - coding-system-for-read 'utf-8 - coding-system-for-write 'utf-8 - buffer-file-coding-system 'utf-8 - org-export-coding-system 'utf-8 + (prefer-coding-system 'utf-8-unix) + (set-default-coding-systems 'utf-8-unix) + (set-terminal-coding-system 'utf-8-unix) + (set-keyboard-coding-system 'utf-8-unix) + (set-selection-coding-system 'utf-8-unix) + + (setq-default locale-coding-system 'utf-8-unix + coding-system-for-read 'utf-8-unix + coding-system-for-write 'utf-8-unix + buffer-file-coding-system 'utf-8-unix + org-export-coding-system 'utf-8-unix default-process-coding-system '(utf-8-unix . utf-8-unix) x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) #+end_src -- cgit 1.4.1-21-gabe81