summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index f7bb6d2..8ad66d5 100644
--- a/.emacs
+++ b/.emacs
@@ -185,6 +185,8 @@
(add-hook 'erc-mode-hook 'my/erc-hook)
+(add-hook 'dired-mode-hook 'diff-hl-dired-mode-unless-remote)
+
;; Helper functions and miscellaneous settings.