aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-10 12:08:37 -0500
committerJesús <heckyel@hyperbola.info>2019-11-10 12:08:37 -0500
commitcb7b574da732c6b67fa6080325d10d2116251e80 (patch)
tree9b0f8115406c56382c186b6a5dd54a2fcf14ad83 /modules
parent25eae9a765d5611cc02aaa4926179ea1c2635c4e (diff)
downloademacs-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.el3
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