diff options
Diffstat (limited to 'lisp/init-neotree.el')
-rw-r--r-- | lisp/init-neotree.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-neotree.el b/lisp/init-neotree.el index c3ab345..57edc3d 100644 --- a/lisp/init-neotree.el +++ b/lisp/init-neotree.el @@ -12,6 +12,6 @@ ;;--------------------------------------------------------- ;; Custom icons - Require of all-the-icons ;;--------------------------------------------------------- -;; (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) +(setq neo-theme (if (display-graphic-p) 'icons 'arrow)) (provide 'init-neotree) |