aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-10-10 01:39:09 -0700
committerGravatar Tom Willemse2021-10-10 01:39:09 -0700
commit2cddf6d1cffbf464f52b849c637cb2aa8b7c65d2 (patch)
treefe144e384012ade3befbc3afd83fa99f6a059405
parent072b98b5978e31d667355b53e615118fd3a85579 (diff)
downloademacs-config-2cddf6d1cffbf464f52b849c637cb2aa8b7c65d2.tar.gz
emacs-config-2cddf6d1cffbf464f52b849c637cb2aa8b7c65d2.zip
[oni-dired] Enable ‘hl-line-mode’ in dired
-rw-r--r--oni-dired.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-dired.el b/oni-dired.el
index 44050f0..66bac53 100644
--- a/oni-dired.el
+++ b/oni-dired.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0728.203415
+;; Version: 2021.1010.013833
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -37,6 +37,7 @@
(setq dired-dwim-target t)
(add-hook 'dired-mode-hook #'oni-dired--add-wdired-keybinding)
+(add-hook 'dired-mode-hook 'hl-line-mode)
(add-to-list 'dired-guess-shell-alist-user
`(,(rx ".pdf" eos) "zathura"))