diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-12-26 00:50:50 +0100 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-12-26 00:50:50 +0100 |
| commit | 560929769b0bfe097ca114a67c33b5db95b676dd (patch) | |
| tree | c232deaa0d1b468f8867f5580e28fb2233a2b654 /init.el | |
| parent | 8363cc35727bc42b79bc11bef24cf78de60331d1 (diff) | |
Delete text when typing with a selection
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ (which-key-mode) ; Enable which-key (didn't know this is built-in now!) +(delete-selection-mode 1) (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 |
