Browse Source

Fix neotree bind bug

master
Taylor Bockman 2 years ago
parent
commit
eed966c56e
  1. 2
      elisp/ui.el

2
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.

Loading…
Cancel
Save