Emacs: neotree

From wikinotes
Revision as of 01:36, 25 June 2023 by Will (talk | contribs) (Created page with "A filetree, inspired by VimPlugin: NERDTree. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/jaypei/emacs-neotree |- |} </blockquote><!-- Documentation --> = Configuration = <blockquote> <syntaxhighlight lang="elisp"> (use-package neotree :ensure t) (global-set-key [f3] 'neotree-toggle) </syntaxhighlight> </blockquote><!-- Configuration -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A filetree, inspired by VimPlugin: NERDTree.

Documentation

github https://github.com/jaypei/emacs-neotree

Configuration

(use-package neotree :ensure t)
(global-set-key [f3] 'neotree-toggle)