dotfiles/emacs-lisp/treemacs.org
main a5a651dbb9
Large rework and cleanup
Signed-off-by: main <magic_rb@redalder.org>
2022-07-31 11:03:59 +02:00

943 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)