GENERAL: Enable delete-selection-mode
This commit is contained in:
parent
31da5498b6
commit
091b5fbda2
1 changed files with 6 additions and 0 deletions
|
|
@ -385,6 +385,12 @@ Look into customizing the 'ispell' group.
|
||||||
(add-hook 'prog-mode-hook 'flyspell-prog-mode)
|
(add-hook 'prog-mode-hook 'flyspell-prog-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Delete selection mode
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(delete-selection-mode t)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Dired
|
* Dired
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue