Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 352 Bytes

emacs

  1. install NeoTree

(1) clone

  $ cd /some/path
  $ git clone https://github.com/jaypei/emacs-neotree.git neotree

(2) add this to .emacs

  (add-to-list 'load-path "/some/path/neotree")
  (require 'neotree)
  (global-set-key [f8] 'neotree-toggle)

(3) use