diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-10 12:08:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-10 12:08:37 -0500 |
commit | cb7b574da732c6b67fa6080325d10d2116251e80 (patch) | |
tree | 9b0f8115406c56382c186b6a5dd54a2fcf14ad83 /modules | |
parent | 25eae9a765d5611cc02aaa4926179ea1c2635c4e (diff) | |
download | emacs-personal-cb7b574da732c6b67fa6080325d10d2116251e80.tar.lz emacs-personal-cb7b574da732c6b67fa6080325d10d2116251e80.tar.xz emacs-personal-cb7b574da732c6b67fa6080325d10d2116251e80.zip |
remove deprecated variables
is deprecated in 23.2
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-gui.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/init-gui.el b/modules/init-gui.el index 0e4a40a..1e70495 100644 --- a/modules/init-gui.el +++ b/modules/init-gui.el @@ -27,9 +27,6 @@ (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 |