From f78156db21b907c28448bc1316e58b0ba1eef4f8 Mon Sep 17 00:00:00 2001 From: condy Date: Mon, 20 Dec 2021 17:33:19 +0800 Subject: [PATCH] ztree: setup keybindings after loading ztree-dir --- evil-collection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection.el b/evil-collection.el index a7807e6..cf05b86 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -282,7 +282,7 @@ This will bind additional find-* type commands, e.g. usages, assignments, etc.." yaml-mode youtube-dl zmusic - (ztree ztree-diff)) + (ztree ztree-diff ztree-dir)) "List of modes supported by evil-collection. Elements are either target mode symbols or lists which `car' is the mode symbol and `cdr' the packages to register.")