From 26dacfd46af59cbf3d4e83cb1477ec0b56f16874 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 26 Jan 2013 00:58:49 +0900 Subject: [PATCH] change eol mnemonics --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index c7cc6f7..47b2371 100644 --- a/emacs.el +++ b/emacs.el @@ -213,9 +213,9 @@ found, otherwise returns nil." t) (require 'terminal-title nil t)) -(setq eol-mnemonic-dos "crlf") -(setq eol-mnemonic-mac "cr") -(setq eol-mnemonic-unix "lf") +(setq eol-mnemonic-dos "\\r\\n") +(setq eol-mnemonic-mac "\\r") +(setq eol-mnemonic-unix "\\n") (which-function-mode 0)