From a8ea807e7655b887e1b1cb3db466eec9819117db Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 5 Jan 2021 09:28:24 -0600 Subject: Highlight the current line in dired-mode --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 070b29b..42c6845 100644 --- a/config.org +++ b/config.org @@ -1303,6 +1303,13 @@ This has to be done /before/ loading the package. It's included in =visual-fill ** Dired +*** Basic customization + + #+BEGIN_SRC emacs-lisp + ;; highlight the current line in dired. + (add-hook 'dired-mode-hook #'hl-line-mode) + #+end_src + *** Expand subtrees -- cgit 1.4.1-21-gabe81