dotfiles/emacs-lisp/treemacs.org
2023-09-16 19:54:12 +02: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))