From 46798487a5e2faea2c79861837e6fccd0e3929b9 Mon Sep 17 00:00:00 2001 From: Joshua Barrett Date: Fri, 27 Feb 2026 18:01:15 -0500 Subject: [PATCH] add ztree as a dependency --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index ba73d58..1bd5453 100644 --- a/init.el +++ b/init.el @@ -317,6 +317,8 @@ ediff-split-window-function 'split-window-horizontally ediff-recurse-to-subdirectories t) (add-hook 'ediff-after-quit-hook-internal 'winner-undo)) + +(use-package ztree :ensure t) ;;; Smartparens (use-package smartparens -- 2.51.2