diff --git a/configuration.org b/configuration.org index a493d02..2b4ebfd 100644 --- a/configuration.org +++ b/configuration.org @@ -2151,21 +2151,6 @@ And apply it to dired, too. (dired-mode . all-the-icons-dired-mode)) #+end_src -** NeoTree, if Dired is not an option - -#+BEGIN_SRC emacs-lisp -(defun gpolonkai/neo-set-theme () - (customize-set-variable 'neo-theme (if (display-graphic-p) 'icons 'arrow))) - -(use-package neotree - :after - all-the-icons - :bind - (([f5] . neotree-toggle)) - :hook - (neo-enter . gpolonkai/neo-set-theme)) -#+END_SRC - ** Jump to character, word, line #+BEGIN_SRC emacs-lisp @@ -2453,7 +2438,6 @@ I don’t always use the package menu, but when i do, i want to do it in style :config (load-theme 'doom-nord-aurora t) (doom-themes-visual-bell-config) - (doom-themes-neotree-config) (doom-themes-org-config)) #+end_src