Remove the neotree package
This commit is contained in:
parent
15da1c7d85
commit
71a2ff9022
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user