it’s not about using the windows style line end.
I would prefer the unix style.
but I don’t want emacs to change those windows line ends there for me. it is sometimes annoying for the automatic change
how to do that ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Emacs does not change the EOL characters automatically. By default it detects and uses the existing EOL characters in the file.
C-hig
(emacs) Recognize CodingRETThe current EOL encoding is indicated at the left-hand side of the mode line:
C-hig
(emacs) Mode LineRETStart Emacs with
emacs -Qto check its default behaviour.