diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ (setq scroll-conservatively 5 ; Smooth scrolling~ scroll-margin 5) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html +(setq-default fill-column 94) ; Fill columns to half of my laptop's screen + (global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all ;; Spellcheck |
