Install the neotree package

This commit is contained in:
2018-07-25 07:16:09 +02:00
parent 469ac1ece4
commit 07487c356d
2 changed files with 12 additions and 0 deletions

10
init.el
View File

@@ -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
(("<f5>" . neotree-toggle)))
;; open pdf with system pdf viewer (works on mac)
(setq bibtex-completion-pdf-open-function
(lambda (fpath)