зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
8 строки
247 B
EmacsLisp
8 строки
247 B
EmacsLisp
; '(current-language-environment "UTF-8")
|
|
|
|
(set-language-environment 'UTF-8)
|
|
(setq default-input-method 'russian-computer)
|
|
(set-selection-coding-system 'windows-1251)
|
|
(set-default-coding-systems 'windows-1251)
|
|
(prefer-coding-system 'windows-1251)
|