e2wm-direx

https://github.com/aki2o/e2wm-direx.git

git clone 'git://github.com/aki2o/e2wm-direx.git'
5

What's this?

This is a extension of Emacs that is a plugin of e2wm.el for handling direx.el.

demo

Install

If use package.el

2014/05/16 It's available by using melpa.

If use el-get.el

2014/05/16 It's available. But, master branch only.

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/e2wm-direx/master/e2wm-direx.el")

Manually

Download e2wm-direx.el and put it on your load-path.
- In this case, you need to install each of the following dependency.

Dependency

Configuration

(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)))

Tested On

Enjoy!!!