From d2660c0d355a4f39a370e0b0b6bbcfe68ae5818a Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 16 Jun 2025 15:57:16 +0200 Subject: [PATCH] trying to prevent windows to add crlf to every text line --- config.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index e1710cd..f1a861d 100644 --- a/config.org +++ b/config.org @@ -315,12 +315,13 @@ Restore it to reasonable value after init. Also stop garbage collection during m (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-selection-coding-system 'utf-8) +(prefer-coding-system 'utf-8-unix) (if *sys/windows* (progn - (prefer-coding-system 'utf-8-dos) +; (prefer-coding-system 'utf-8-dos) (set-clipboard-coding-system 'utf-16-le) - (set-selection-coding-system 'utf-16-le)) - (prefer-coding-system 'utf-8)) + (set-selection-coding-system 'utf-16-le))) +; (prefer-coding-system 'utf-8)) (setq-default bidi-paragraph-direction 'left-to-right bidi-inhibit-bpa t ;; both settings reduce line rescans