From eed966c56ea9494510589336811a239b3700906b Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 6 Oct 2022 23:51:55 -0700 Subject: [PATCH] Fix neotree bind bug --- elisp/ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ui.el b/elisp/ui.el index ebe7469..cddfced 100644 --- a/elisp/ui.el +++ b/elisp/ui.el @@ -17,7 +17,7 @@ :ensure t :commands neotree-toggle :init (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) - :bind (("C-`" . neotree-toggle)) + :bind ("C-`" . neotree-toggle) :requires all-the-icons) ;; Install all-the-icons and it's fonts if they are not already installed.