summaryrefslogtreecommitdiffstats
path: root/lisp/init-ibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ibuffer.el')
-rw-r--r--lisp/init-ibuffer.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-ibuffer.el b/lisp/init-ibuffer.el
index 06215c3..abba8a1 100644
--- a/lisp/init-ibuffer.el
+++ b/lisp/init-ibuffer.el
@@ -20,6 +20,10 @@
:ensure t
:after ibuffer
+ :init
+ ;; enable for remote files
+ (setq ibuffer-vc-skip-if-remote nil)
+
;; group ibuffer by repository root
:hook (ibuffer-mode . ibuffer-vc-set-filter-groups-by-vc-root)