1

Disable file/directory creation prompts in neotree

This commit is contained in:
Jessie Hildebrandt 2020-07-20 20:47:57 -04:00
parent 192cba1db7
commit 8b3e6f649f

View File

@ -598,6 +598,8 @@
;; Load Neotree
(use-package neotree
:custom
(neo-confirm-create-file #'off-p)
(neo-confirm-create-directory #'off-p)
(neo-show-updir-line nil)
(neo-window-width 30)
(neo-theme 'nerd)