~edwargix/emacs.d

12fcda46a343f38adba8f107a5f8942724b8b9e9 — David Florness 5 years ago e253f1d
treemacs
2 files changed, 9 insertions(+), 0 deletions(-)

M init.el
A lisp/treemacs.el
M init.el => init.el +1 -0
@@ 27,6 27,7 @@
(load "~/.emacs.d/lisp/scala")
(load "~/.emacs.d/lisp/docker")
(load "~/.emacs.d/lisp/rust")
(load "~/.emacs.d/lisp/treemacs")

;;; Winner mode: allows for undoing and redoing of windoow configurations
;;; C-c <left> : undo

A lisp/treemacs.el => lisp/treemacs.el +8 -0
@@ 0,0 1,8 @@
(use-package treemacs
  :bind ("M-0" . treemacs))

(use-package treemacs-evil
  :after treemacs)

(use-package treemacs-projectile
  :after (treemacs projectile))