diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T11·03+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T11·03+0100 |
commit | b5de71f1f93f37818ab86c3b2d367b73a19171e6 (patch) | |
tree | c7cd3df49e750e599abf442282f2a82b10bed248 /emacs | |
parent | 2c3dbe61b7c35a6536e6be15797c0bb421d3f9b3 (diff) |
Drop support for neotree
I don't use neotree anymore.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 0c82c495245e..e8c8cf938a0b 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -92,11 +92,6 @@ (doom-themes-visual-bell-config) (doom-themes-org-config)) -;; file browsing -(use-package neotree - :config - (global-set-key [f8] #'neotree-toggle)) - ;; kbd discovery (use-package which-key :config |