all repos — nixfiles @ 8356b1cb97e88b90ee90ea3499bd25378bca2404

System and user configuration, managed by nix and home-manager

Emacs: Remove extra setting of coding system

Alan Pearce
commit

8356b1cb97e88b90ee90ea3499bd25378bca2404

parent

48fa52879053991c9d59a70d243bcd470b2196c7

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -512,7 +512,6 @@ only a coding system, not a coding system and line ending combination.
#+BEGIN_SRC emacs-lisp (prefer-coding-system 'utf-8) -(set-default-coding-systems 'utf-8-auto-unix) (setq-default buffer-file-coding-system 'utf-8-auto-unix) #+END_SRC