From aaa86c4187942abc0869a133e917dbf32b95bb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Oct 2018 23:27:56 -0500 Subject: =?UTF-8?q?single=20syntax=20with=20=C2=ABuse-package=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisp/init-neotree.el | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'lisp/init-neotree.el') diff --git a/lisp/init-neotree.el b/lisp/init-neotree.el index ac173a8..b3be5f5 100644 --- a/lisp/init-neotree.el +++ b/lisp/init-neotree.el @@ -1,17 +1,16 @@ ;;----------------------------------- ;; Neotree - NerdTree for Vim ;;----------------------------------- -(use-package neotree) -(global-set-key [f8] 'neotree-toggle) - -;;----------------------- -;; neo-smart-open -;;----------------------- -;;(setq neo-smart-open t) - -;;--------------------------------------------------------- -;; Custom icons - Require of all-the-icons -;;--------------------------------------------------------- -(setq neo-theme (if (display-graphic-p) 'icons 'arrow)) +(use-package neotree + :config + (global-set-key [f8] 'neotree-toggle) + ;;----------------------- + ;; neo-smart-open + ;;----------------------- + ;;(setq neo-smart-open t) + ;;--------------------------------------------------------- + ;; Custom icons - Require of all-the-icons + ;;--------------------------------------------------------- + (setq neo-theme (if (display-graphic-p) 'icons 'arrow))) (provide 'init-neotree) -- cgit v1.2.3