From 2fb274f4921d4a2e8fa2fd228a714fcbff96d95c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 12 Feb 2025 17:37:25 -0500 Subject: Add and configure vertico and friends Thanks to Prot's post for inspiration to try these excellent packages: Emacs: a basic and capable configuration https://protesilaos.com/codelog/2024-11-28-basic-emacs-configuration/ --- .emacs.d/lisp/bandali-dired.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/lisp/bandali-dired.el') diff --git a/.emacs.d/lisp/bandali-dired.el b/.emacs.d/lisp/bandali-dired.el index f0ebbc5..16ce55c 100644 --- a/.emacs.d/lisp/bandali-dired.el +++ b/.emacs.d/lisp/bandali-dired.el @@ -74,6 +74,7 @@ ("\\.xlsx\\'" "libreoffice") ("\\.flac\\'" "mpv")))) (add-hook 'dired-mode-hook #'dired-hide-details-mode) +(add-hook 'dired-mode-hook #'hl-line-mode) (provide 'bandali-dired) ;;; bandali-dired.el ends here -- cgit v1.2.3-83-g751a