From 07487c356d597306c0a9b56c774a97b871ce8937 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 25 Jul 2018 07:16:09 +0200 Subject: [PATCH] Install the neotree package --- customizations.el | 2 ++ init.el | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/customizations.el b/customizations.el index b1ab5f2..4acc47a 100644 --- a/customizations.el +++ b/customizations.el @@ -30,6 +30,7 @@ achievements ag alert + all-the-icons anaconda-mode anzu ascii-art-to-unicode @@ -122,6 +123,7 @@ mc-extras mediawiki multiple-cursors + neotree ng2-mode nyan-mode nyan-prompt diff --git a/init.el b/init.el index f2caf1c..a026e2f 100644 --- a/init.el +++ b/init.el @@ -1094,6 +1094,16 @@ INFO plist." (use-package undo-tree) +(use-package all-the-icons) + +(use-package neotree + :after + all-the-icons + :config + (setq neo-theme (if (display-graphic-p) 'icons 'arrow)) + :bind + (("" . neotree-toggle))) + ;; open pdf with system pdf viewer (works on mac) (setq bibtex-completion-pdf-open-function (lambda (fpath)