dotfiles/emacs-lisp/treemacs.org
main 5bed3b8355
Note review, using el.secretario
Signed-off-by: main <magic_rb@redalder.org>
2023-01-15 01:16:04 +01:00

866 B
Raw Blame History

Treemacs

#

Treemacs is a file and project explorer similar to NeoTree or vims NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows the file system outlines of your projects in a simple tree layout allowing quick navigation and exploration, while also possessing basic file management utilities.

Treemacs is really cool.

  (use-package treemacs
    :straight t
    :after (doom-themes)
    :config
    ;; read input from a minibuffer not a child frame.
    (setq treemacs-read-string-input 'from-minibuffer))