remove deprecated variables

is deprecated in 23.2
This commit is contained in:
Jesús 2019-11-10 12:08:37 -05:00
parent 25eae9a765
commit cb7b574da7
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -27,9 +27,6 @@
(set-keyboard-coding-system 'utf-8) ; pretty (set-keyboard-coding-system 'utf-8) ; pretty
(set-selection-coding-system 'utf-8) ; please (set-selection-coding-system 'utf-8) ; please
(prefer-coding-system 'utf-8) ; with sugar on top (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