diff --git a/init.el b/init.el index 4c3d4bc..17149c1 100644 --- a/init.el +++ b/init.el @@ -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 ("" . neotree-toggle))