From 8f54dfa7c63476ea0b9d4b954cb561fe0f3d4e6d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 10 Mar 2026 09:10:20 -0700 Subject: oni-dired: Add ‘diff-hl-dired-mode’ --- oni-dired.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; 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")) -- cgit v1.3-2-g0d8e