Browse Source

Set emacs file encoding to unix

Taylor Bockman 8 years ago
parent
commit
24609ba8d6
  1. 6
      dotfiles/emacs.d/init.el

6
dotfiles/emacs.d/init.el

@ -69,6 +69,12 @@
(add-hook 'eshell-mode-hook 'set-buffer-utf8) (add-hook 'eshell-mode-hook 'set-buffer-utf8)
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------
;; Prefer unix style line endings
;;--------------------------------------------------------------------------------------
(set-buffer-file-coding-system 'unix)
;;--------------------------------------------------------------------------------------
;; Conditionally load urxvt files to fix weird bindings ;; Conditionally load urxvt files to fix weird bindings
;;-------------------------------------------------------------------------------------- ;;--------------------------------------------------------------------------------------

Loading…
Cancel
Save