aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/config/neotree.el
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-25 03:11:38 -0700
committerJakob Odersky <jakob@odersky.com>2016-03-25 03:11:38 -0700
commitfe235d0b72bcb7357e60dae1f0ef753bcaf6ee6c (patch)
treee86828365d38d9648f08dd0f01d62be95cd87983 /home/.emacs.d/config/neotree.el
parentea1c607a0072b1811a0060f7cc1f0f6864e2b4ac (diff)
downloaddotfiles-fe235d0b72bcb7357e60dae1f0ef753bcaf6ee6c.tar.gz
dotfiles-fe235d0b72bcb7357e60dae1f0ef753bcaf6ee6c.tar.bz2
dotfiles-fe235d0b72bcb7357e60dae1f0ef753bcaf6ee6c.zip
Consolidate emacs config
Diffstat (limited to 'home/.emacs.d/config/neotree.el')
-rw-r--r--home/.emacs.d/config/neotree.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/home/.emacs.d/config/neotree.el b/home/.emacs.d/config/neotree.el
deleted file mode 100644
index 75382ed..0000000
--- a/home/.emacs.d/config/neotree.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(use-package neotree
- :config (progn
- (custom-set-faces
- '(neo-banner-face ((t :inherit shadow)) t)
- '(neo-button-face ((t :inherit dired-directory)) t)
- '(neo-dir-link-face ((t :inherit dired-directory)) t)
- '(neo-expand-btn-face ((t :inherit button)) t)
- '(neo-file-link-face ((t :inherit default)) t)
- '(neo-header-face ((t :inherit shadow)) t)
- '(neo-root-dir-face ((t :inherit link-visited :underline nil)) t))
- (setq neo-theme 'ascii))
- :bind (("<f8>" . neotree-toggle)))