Move :tools neotree => :ui neotree

This commit is contained in:
Henrik Lissner 2018-05-11 20:16:36 +02:00
parent b6e2599358
commit 99eef125b0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 4 additions and 3 deletions

View file

@ -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'

View 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\\)$"

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/neotree/packages.el
;;; ui/neotree/packages.el
(package! neotree)