|
|
@ -17,7 +17,7 @@ |
|
|
|
:ensure t |
|
|
|
:ensure t |
|
|
|
:commands neotree-toggle |
|
|
|
:commands neotree-toggle |
|
|
|
:init (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) |
|
|
|
:init (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) |
|
|
|
:bind (("C-`" . neotree-toggle)) |
|
|
|
:bind ("C-`" . neotree-toggle) |
|
|
|
:requires all-the-icons) |
|
|
|
:requires all-the-icons) |
|
|
|
|
|
|
|
|
|
|
|
;; Install all-the-icons and it's fonts if they are not already installed. |
|
|
|
;; Install all-the-icons and it's fonts if they are not already installed. |
|
|
|