nixos/home-manager/software/emacs/emacs.d/lib/treemacs.el

7 lines
120 B
EmacsLisp
Raw Normal View History

2022-08-21 14:59:48 +02:00
(use-package treemacs
:bind ("<f12>" . treemacs)
:config
(progn
(use-package treemacs-evil
:demand t)))