add neotree functionality

add package to include list, set various variables and run neotree on start
pull/1/head
jowj 6 years ago
parent fc7eb98a19
commit 7bc67316e5

@ -95,3 +95,7 @@
;; set default init file so it stops fucking trying to write to bullshit files
(setq user-init-file "~/Documents/projects/agares/.emacs/init.el")
;; neotree customizations:
(setq neo-smart-open t) ;; opens with current working dir as root
(neotree) ;; open neo tree on emacs start

Loading…
Cancel
Save