all repos — nixfiles @ 8356b1cb97e88b90ee90ea3499bd25378bca2404

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

Emacs: Remove extra setting of coding system
Alan Pearce alan.pearce@spotcap.com
Tue, 16 Feb 2016 16:57:23 +0100
commit

8356b1cb97e88b90ee90ea3499bd25378bca2404

parent

48fa52879053991c9d59a70d243bcd470b2196c7

1 files changed, 0 insertions(+), 1 deletions(-)

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