Show hidden files by default in neotree.

This commit is contained in:
tastytea 2019-04-04 12:52:19 +02:00
parent 29b6f5502f
commit a79bcf68de
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;;; Time-stamp: <2019-04-03 14:21:51 CEST>
;;; Time-stamp: <2019-04-04 12:52:16 CEST>
;;; Commentary:
;;; I am using this file with Emacs 26, but most of it will probably work with
@ -414,6 +414,7 @@
(neo-smart-open t)
(neo-show-updir-line t) ; Disabled by doom-themes?
(neo-window-width 30)
(neo-show-hidden-files t)
:bind
("<f8>" . neotree-toggle))