]> git.quilime.com - cfg.git/commitdiff
.emacs
authorGabriel Dunne <gdunne@quilime.com>
Sat, 12 Dec 2020 03:29:14 +0000 (19:29 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 12 Dec 2020 03:29:14 +0000 (19:29 -0800)
.emacs

diff --git a/.emacs b/.emacs
index 2529cab4c8c0bbd7f2cbcb4d3d5d4af7dca57406..b709cc2347257bb2bfd1b8e6f1223288c5601850 100644 (file)
--- a/.emacs
+++ b/.emacs
 (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)))