Move :tools neotree => :ui neotree
This commit is contained in:
parent
b6e2599358
commit
99eef125b0
4 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; tools/neotree/autoload.el -*- lexical-binding: t; -*-
|
||||
;;; ui/neotree/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; `neotree-show' and `neotree-find' don't respect the current project, and open
|
||||
;; neotree in `default-directory'. `+neotree/open' and `neotree/find-this-file'
|
|
@ -1,4 +1,4 @@
|
|||
;;; tools/neotree/config.el -*- lexical-binding: t; -*-
|
||||
;;; ui/neotree/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! neotree
|
||||
:commands (neotree-show
|
||||
|
@ -21,6 +21,7 @@
|
|||
neo-confirm-create-directory #'off-p
|
||||
neo-show-hidden-files nil
|
||||
neo-keymap-style 'concise
|
||||
neo-show-hidden-files t
|
||||
neo-hidden-regexp-list
|
||||
'(;; vcs folders
|
||||
"^\\.\\(git\\|hg\\|svn\\)$"
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/neotree/packages.el
|
||||
;;; ui/neotree/packages.el
|
||||
|
||||
(package! neotree)
|
Loading…
Add table
Add a link
Reference in a new issue