diff options
author | noa@gaiwan.org | 2024-06-12 22:30:58 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-12 22:30:58 +0000 |
commit | 842d6125f934637b478a29163564f59cd81342ba (patch) | |
tree | a8dc43371b2f5879e77245a8282b55d65f24c398 /emacs/init.el | |
parent | ef309afbad5eea7b393d1c76d04941c6deb5fe77 (diff) |
Separate unrelated variables
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index bdc6c72..e02c048 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -692,7 +692,12 @@ and when JID is not in `jabber-activity-banned'." ispell-program-name "aspell" ispell-dictionary "en_GB" ispell-extra-args '("--sug-mode=ultra") - require-final-newline t +) + +;; We are on a unix system, so it makes sense to end files in the unix system way. I'm surprised this isn't the default. +(setopt require-final-newline t + +(setopt window-min-height 1 window-combination-resize t window-resize-pixelwise t |