From c72ce61f78ee96cf7fe39fb902e86fbc51bc77b7 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 13 Oct 2023 17:08:47 -0400 Subject: [PATCH] Fix neotree theme detection --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4f2bbfe..6413058 100644 --- a/README.org +++ b/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