|
@ -315,12 +315,13 @@ Restore it to reasonable value after init. Also stop garbage collection during m |
|
|
(set-terminal-coding-system 'utf-8) |
|
|
(set-terminal-coding-system 'utf-8) |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
|
|
|
(prefer-coding-system 'utf-8-unix) |
|
|
(if *sys/windows* |
|
|
(if *sys/windows* |
|
|
(progn |
|
|
(progn |
|
|
(prefer-coding-system 'utf-8-dos) |
|
|
|
|
|
|
|
|
; (prefer-coding-system 'utf-8-dos) |
|
|
(set-clipboard-coding-system 'utf-16-le) |
|
|
(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 |
|
|
(setq-default bidi-paragraph-direction 'left-to-right |
|
|
bidi-inhibit-bpa t ;; both settings reduce line rescans |
|
|
bidi-inhibit-bpa t ;; both settings reduce line rescans |
|
|