From: Gabriel Dunne Date: Sat, 12 Dec 2020 03:29:14 +0000 (-0800) Subject: .emacs X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=51e49305084a698a77e8a799052a3c6cd171f743;p=cfg.git .emacs --- diff --git a/.emacs b/.emacs index 2529cab..b709cc2 100644 --- a/.emacs +++ b/.emacs @@ -14,7 +14,11 @@ (add-to-list 'load-path "~/.emacs.d/plugins/neotree") (require 'neotree) (global-set-key [f8] 'neotree-toggle) +(setq-default neo-show-hidden-files t) (custom-set-faces - '(neo-root-dir-face ((t (:foreground "#8D8D84")))) '(neo-dir-link-face ((t (:foreground "#00ffff")))) - '(neo-file-link-face ((t (:foreground "#dddddd"))))) + '(neo-file-link-face ((t (:foreground "#dddddd")))) + '(neo-root-dir-face ((t (:foreground "#8D8D84"))))) + +(custom-set-variables + '(package-selected-packages '(projectile)))