Install the neotree package
This commit is contained in:
parent
469ac1ece4
commit
07487c356d
@ -30,6 +30,7 @@
|
|||||||
achievements
|
achievements
|
||||||
ag
|
ag
|
||||||
alert
|
alert
|
||||||
|
all-the-icons
|
||||||
anaconda-mode
|
anaconda-mode
|
||||||
anzu
|
anzu
|
||||||
ascii-art-to-unicode
|
ascii-art-to-unicode
|
||||||
@ -122,6 +123,7 @@
|
|||||||
mc-extras
|
mc-extras
|
||||||
mediawiki
|
mediawiki
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
|
neotree
|
||||||
ng2-mode
|
ng2-mode
|
||||||
nyan-mode
|
nyan-mode
|
||||||
nyan-prompt
|
nyan-prompt
|
||||||
|
10
init.el
10
init.el
@ -1094,6 +1094,16 @@ INFO plist."
|
|||||||
|
|
||||||
(use-package undo-tree)
|
(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)
|
;; open pdf with system pdf viewer (works on mac)
|
||||||
(setq bibtex-completion-pdf-open-function
|
(setq bibtex-completion-pdf-open-function
|
||||||
(lambda (fpath)
|
(lambda (fpath)
|
||||||
|
Loading…
Reference in New Issue
Block a user