Remove utf-8 coding default, it was breaking dired zipfile view
This commit is contained in:
parent
84c52a59c9
commit
8cd79d696e
@ -22,17 +22,6 @@
|
||||
even-window-sizes nil)
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
||||
;; default to utf-8 for all the things
|
||||
(set-charset-priority 'unicode)
|
||||
(setq locale-coding-system 'utf-8
|
||||
coding-system-for-read 'utf-8
|
||||
coding-system-for-write 'utf-8)
|
||||
(set-terminal-coding-system 'utf-8)
|
||||
(set-keyboard-coding-system 'utf-8)
|
||||
(set-selection-coding-system 'utf-8)
|
||||
(prefer-coding-system 'utf-8)
|
||||
(setq default-process-coding-system '(utf-8-unix . utf-8-unix))
|
||||
|
||||
;; Always display line numbers in text/programming modes
|
||||
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
|
||||
(add-hook 'text-mode-hook #'display-line-numbers-mode))
|
||||
|
Loading…
Reference in New Issue
Block a user