add comments to init gui
This commit is contained in:
parent
c5f0d84689
commit
749a1cb33f
@ -22,12 +22,18 @@
|
|||||||
;;------------------------------
|
;;------------------------------
|
||||||
;; Core settings | UTF-8 please
|
;; Core settings | UTF-8 please
|
||||||
;;------------------------------
|
;;------------------------------
|
||||||
|
;; Set Unicode character priority
|
||||||
(set-charset-priority 'unicode)
|
(set-charset-priority 'unicode)
|
||||||
|
;; Set language environment to UTF-8
|
||||||
(set-language-environment "UTF-8")
|
(set-language-environment "UTF-8")
|
||||||
(set-terminal-coding-system 'utf-8) ; pretty
|
;; Set terminal coding system to UTF-8
|
||||||
(set-keyboard-coding-system 'utf-8) ; pretty
|
(set-terminal-coding-system 'utf-8)
|
||||||
(set-selection-coding-system 'utf-8) ; please
|
;; Set keyboard coding system to UTF-8
|
||||||
(prefer-coding-system 'utf-8) ; with sugar on top
|
(set-keyboard-coding-system 'utf-8)
|
||||||
|
;; Set selection coding system to UTF-8
|
||||||
|
(set-selection-coding-system 'utf-8)
|
||||||
|
;; Prefer UTF-8 coding system
|
||||||
|
(prefer-coding-system 'utf-8)
|
||||||
|
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
;; Editor configuration
|
;; Editor configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user