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.