mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Refactor UTF-8 setters
Some were redundant
This commit is contained in:
@ -133,11 +133,9 @@ else (except for `window-setup-hook').")
|
|||||||
(when (fboundp 'set-charset-priority)
|
(when (fboundp 'set-charset-priority)
|
||||||
(set-charset-priority 'unicode)) ; pretty
|
(set-charset-priority 'unicode)) ; pretty
|
||||||
(prefer-coding-system 'utf-8) ; pretty
|
(prefer-coding-system 'utf-8) ; pretty
|
||||||
(set-terminal-coding-system 'utf-8) ; pretty
|
(setq selection-coding-system 'utf-8) ; pretty
|
||||||
(set-keyboard-coding-system 'utf-8) ; pretty
|
|
||||||
(set-selection-coding-system 'utf-8) ; perdy
|
|
||||||
(setq locale-coding-system 'utf-8) ; please
|
(setq locale-coding-system 'utf-8) ; please
|
||||||
(setq-default buffer-file-coding-system 'utf-8) ; with sugar on top
|
(if IS-WINDOWS (set-w32-system-coding-system 'utf-8)) ; with sugar on top
|
||||||
|
|
||||||
(setq-default
|
(setq-default
|
||||||
ad-redefinition-action 'accept ; silence advised function warnings
|
ad-redefinition-action 'accept ; silence advised function warnings
|
||||||
|
Reference in New Issue
Block a user