emacs tipsHow to fix file line endings EOLs using emacs? Open the file, then do "Alt+x set-buffer-file-coding-system" (Ctrl+x Enter f). Give it a value of mac, dos, unix. Then, when you save the file, it'll be saved with the proper encoding for newlines. |
|