GENERAL: Enable delete-selection-mode

This commit is contained in:
Laurens Miers 2024-09-22 11:17:30 +02:00
parent 31da5498b6
commit 091b5fbda2

View file

@ -385,6 +385,12 @@ Look into customizing the 'ispell' group.
(add-hook 'prog-mode-hook 'flyspell-prog-mode)
#+end_src
** Delete selection mode
#+BEGIN_SRC emacs-lisp
(delete-selection-mode t)
#+END_SRC
* Dired
#+begin_src emacs-lisp