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