ADD enhanced dired

This commit is contained in:
Laurens Miers 2024-09-08 18:19:53 +02:00
parent db266f3ece
commit bd3f737477

View file

@ -145,6 +145,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
* Dired
#+begin_src emacs-lisp
(require 'dired-x)
#+end_src
* Whole-line-or-region * Whole-line-or-region
Source: Source: