Show hidden files by default in neotree.
This commit is contained in:
parent
29b6f5502f
commit
a79bcf68de
3
init.el
3
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; 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-smart-open t)
|
||||||
(neo-show-updir-line t) ; Disabled by doom-themes?
|
(neo-show-updir-line t) ; Disabled by doom-themes?
|
||||||
(neo-window-width 30)
|
(neo-window-width 30)
|
||||||
|
(neo-show-hidden-files t)
|
||||||
:bind
|
:bind
|
||||||
("<f8>" . neotree-toggle))
|
("<f8>" . neotree-toggle))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user