Browse Source

Fix neotree theme detection

main
parent
commit
c72ce61f78
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org

2
README.org

@ -2773,7 +2773,7 @@ epkgs.neotree
#+NAME: emacs-neotree-elisp
#+BEGIN_SRC emacs-lisp
;; Enable all-the-icons font support.
(setq neo-theme (if (display-graphic-p) 'icons 'arrow))
(setq neo-theme (if (daemonp) 'icons 'arrow))
;; Add a key to toggle the window.
(dotfiles/leader

Loading…
Cancel
Save