aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-03-10 09:10:20 -0700
committerGravatar Tom Willemse2026-03-10 09:10:20 -0700
commit8f54dfa7c63476ea0b9d4b954cb561fe0f3d4e6d (patch)
tree45fdf94aa2b379a58986d3cfe0d98586f8ae7aaf
parent8b9bac4a543cccd6f33274047a9c366eb5b74757 (diff)
downloademacs-config-8f54dfa7c63476ea0b9d4b954cb561fe0f3d4e6d.tar.gz
emacs-config-8f54dfa7c63476ea0b9d4b954cb561fe0f3d4e6d.zip
oni-dired: Add ‘diff-hl-dired-mode’
-rw-r--r--oni-dired.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-dired.el b/oni-dired.el
index aa4a96c..1720065 100644
--- a/oni-dired.el
+++ b/oni-dired.el
@@ -4,7 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.1123.003414
+;; Version: 2026.0310.090659
+;; Package-Requires: (oni-diff-hl)
;; 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
@@ -38,6 +39,7 @@
(add-hook 'dired-mode-hook #'oni-dired--add-wdired-keybinding)
(add-hook 'dired-mode-hook 'hl-line-mode)
+(add-hook 'dired-mode-hook 'diff-hl-dired-mode)
(add-to-list 'dired-guess-shell-alist-user
`(,(rx ".pdf" eos) "zathura"))