From cb7b574da732c6b67fa6080325d10d2116251e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 10 Nov 2019 12:08:37 -0500 Subject: [PATCH] remove deprecated variables is deprecated in 23.2 --- modules/init-gui.el | 3 --- 1 file changed, 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