[oni-dired] Enable ‘hl-line-mode’ in dired
This commit is contained in:
parent
072b98b597
commit
2cddf6d1cf
1 changed files with 2 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue