organize utf-8
This commit is contained in:
parent
6cfcde4a8e
commit
2ff45b3dc8
@ -16,6 +16,19 @@
|
|||||||
(setq make-backup-files nil) ; stop creating backup~ files
|
(setq make-backup-files nil) ; stop creating backup~ files
|
||||||
(setq auto-save-default nil) ; stop creating #autosave# files
|
(setq auto-save-default nil) ; stop creating #autosave# files
|
||||||
|
|
||||||
|
;;------------------------------
|
||||||
|
;; Core settings | UTF-8 please
|
||||||
|
;;------------------------------
|
||||||
|
(set-charset-priority 'unicode)
|
||||||
|
(set-language-environment "UTF-8")
|
||||||
|
(set-terminal-coding-system 'utf-8) ; pretty
|
||||||
|
(set-keyboard-coding-system 'utf-8) ; pretty
|
||||||
|
(set-selection-coding-system 'utf-8) ; please
|
||||||
|
(prefer-coding-system 'utf-8) ; with sugar on top
|
||||||
|
(setq locale-coding-system 'utf-8) ; pretty
|
||||||
|
(setq default-process-coding-system '(utf-8-unix . utf-8-unix))
|
||||||
|
(setq-default buffer-file-coding-system 'utf-8-auto-unix)
|
||||||
|
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
;; Editor configuration
|
;; Editor configuration
|
||||||
;;----------------------------------------------------------------------------
|
;;----------------------------------------------------------------------------
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
(setq user-full-name "Jesús E.")
|
(setq user-full-name "Jesús E.")
|
||||||
(setq user-mail-address "heckyel@hyperbola.info")
|
(setq user-mail-address "heckyel@hyperbola.info")
|
||||||
(set-language-environment "UTF-8")
|
|
||||||
(prefer-coding-system 'utf-8)
|
|
||||||
(setq-default buffer-file-coding-system 'utf-8-auto-unix)
|
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; byte-compile-warnings: (not free-vars)
|
;; byte-compile-warnings: (not free-vars)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user