diff options
author | Alan Pearce | 2016-02-16 16:57:23 +0100 |
---|---|---|
committer | Alan Pearce | 2016-02-16 16:57:23 +0100 |
commit | 8356b1cb97e88b90ee90ea3499bd25378bca2404 (patch) | |
tree | 08950b64cd2182640016a5bdb9794ad604c8c8b8 | |
parent | 48fa52879053991c9d59a70d243bcd470b2196c7 (diff) | |
download | dotfiles-8356b1cb97e88b90ee90ea3499bd25378bca2404.tar.lz dotfiles-8356b1cb97e88b90ee90ea3499bd25378bca2404.tar.zst dotfiles-8356b1cb97e88b90ee90ea3499bd25378bca2404.zip |
Emacs: Remove extra setting of coding system
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 90af12a..cd89011 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-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 |