diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-28 16:55:01 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-28 16:55:01 +0100 |
| commit | 75b8a6d843b570aed224224584769c9c0551efde (patch) | |
| tree | 3517045386141f72bfbf6691a9cdb4195d4c8149 /dot.emacs.d | |
| parent | e783c6b34c10e6f508777c14c7b4a9db7768e587 (diff) | |
Emacs: Set require-final-newline
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 5d84260..904f3c4 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -113,6 +113,8 @@ (setq-default show-trailing-whitespace t) +(setq require-final-newline 'ask) + (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) (add-to-list 'auto-mode-alist '("/neomutt" . mail-mode)) (add-hook 'mail-mode-hook 'turn-on-auto-fill) |
