https://github.com/aki2o/e2wm-direx.git
git clone 'git://github.com/aki2o/e2wm-direx.git'
This is a extension of Emacs that is a plugin of for handling .
2014/05/16 It's available by using melpa.
2014/05/16 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/e2wm-direx/master/e2wm-direx.el")
Download e2wm-direx.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
(setq e2wm:c-code-recipe
'(| (:left-max-size 40)
(- (:upper-size-ratio 0.6)
tree history)
(- (:lower-max-size 150)
(| (:right-max-size 40)
main imenu)
sub)))
(setq e2wm:c-code-winfo
'((:name main)
(:name tree :plugin direx)
(:name history :plugin history-list)
(:name imenu :plugin imenu :default-hide nil)
(:name sub :buffer "*info*" :default-hide t)))
Enjoy!!!