From cd341ca4c9787a8142c1c02a9a146e0f2da25a72 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 23 Jan 2024 00:33:40 -0500 Subject: [PATCH] fix(emacs): correct `neo-theme` value Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 655afb4..702349a 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -115,7 +115,7 @@ (neotree-dir current-directory)))) (keymap-global-set "C-c t" #'neotree-toggle-current-directory) -(setq neo-theme 'icon) +(setq neo-theme 'icons) ;; Orderless (setq completion-styles '(orderless basic))