Original here.
- Install deps
- download
dirtree.el
to youremacs.d
directory. (require 'dirtree)
M-x dirtree RET
M-x dirtree-in-buffer RET
-- Opens dirtree in a buffer in the current window.
Opens dirtree with the root pointing at the current eproject root.
(defun ep-dirtree ()
(interactive)
(dirtree-in-buffer eproject-root t))
Copyright (C) 2010 Free Software Foundation, Inc.
Author: Ye Wenbin [email protected]
Maintainer: Ye Wenbin [email protected]
Created: 09 Jan 2010
Version: 0.01
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110.