diff options
Diffstat (limited to '.emacs.d/lisp/bandali-dired.el')
-rw-r--r-- | .emacs.d/lisp/bandali-dired.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |