|
@ -290,7 +290,10 @@ Restore it to reasonable value after init. Also stop garbage collection during m |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-keyboard-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
(set-selection-coding-system 'utf-8) |
|
|
(if *sys/windows* |
|
|
(if *sys/windows* |
|
|
(prefer-coding-system 'utf-8-dos) |
|
|
|
|
|
|
|
|
(progn |
|
|
|
|
|
(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)) |
|
|
(prefer-coding-system 'utf-8)) |
|
|
|
|
|
|
|
|
(setq-default bidi-paragraph-direction 'left-to-right |
|
|
(setq-default bidi-paragraph-direction 'left-to-right |
|
|