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))