Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しく作成されたファイルのデフォルトの行末スタイルを設定するために、.emacs 構成ファイルに入れることができるものはありますか?
Windows 用の GNU emacs を使用していますが、新しく作成されたファイルで、デフォルトで UNIX スタイル (改行のみ) の行末を使用したいと考えています。
設定の Windows セクションに次のものがあります。
(setq-default buffer-file-coding-system 'utf-8-unix) (setq eol-mnemonic-dos "(DOS)") (setq eol-mnemonic-unix "\\")