Home > TechStuff > Making Emacs on Windows awoid making DOS linefeeds

Making Emacs on Windows awoid making DOS linefeeds

Put the following in your ~/.emacs

(modify-coding-system-alist 'file "\\\\'" 'no-conversion)

Categories: TechStuff Tags:
  1. April 21st, 2006 at 17:46 | #1

    Isn’t there an option to include this inside the sourcefiles so Emacs turns this on automaticly? This way you can avoid it even when people forgot to fix their emacs.

    The best fix however is to use Linux! ;-)