From 78d48bb65ccf8efc3fa9181f043077bdec512bf9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 13 Oct 2023 14:53:38 -0400 Subject: [PATCH] Update neotree theme --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 54f4b9a..4f2bbfe 100644 --- a/README.org +++ b/README.org @@ -2772,6 +2772,10 @@ 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)) + +;; Add a key to toggle the window. (dotfiles/leader "tr" '(neotree-toggle :which-key "Neotree")) #+END_SRC