From bd3f73747779c16d9efa643f47113ca3e675340d Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Sun, 8 Sep 2024 18:19:53 +0200 Subject: [PATCH] ADD enhanced dired --- config_new.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_new.org b/config_new.org index d567839..2876e5c 100644 --- a/config_new.org +++ b/config_new.org @@ -145,6 +145,12 @@ Look into customizing the 'ispell' group. (add-hook 'prog-mode-hook 'flyspell-prog-mode) #+end_src +* Dired + +#+begin_src emacs-lisp +(require 'dired-x) +#+end_src + * Whole-line-or-region Source: