From 9a1857aa1e726e17f0381099d6fafd629bd89482 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 18 May 2019 19:52:33 -0400 Subject: [PATCH] Added icons to neotree. --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 07f7343..e20947d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -327,10 +327,12 @@ layers configuration. This is the place where most of your configurations should be done. Unless it is explicitly specified that a variable should be set before a package is loaded, you should place your code here." - + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; UI ;; Use Slant (setq powerline-default-separator 'slant) + ;; Neotree: Enable Icons + (setq neo-theme 'icons) ;; Setting the theme the cursor and colors for stuff (setq spacemacs-evil-cursors '(("normal" "#51afef" box) ("insert" "chartreuse3" (bar . 2))