Skip to content

aki2o/e2wm-perspb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

This is a extension of Emacs that is a plugin of e2wm.el.
List of buffer managed by persp-mode.el.

demo

Install

package.el

2017/08/25 Unavailable

el-get.el

2017/08/25 Unavailable

If you use el-get-lock.el, you are able to install this plugin by the following code.

    (bundle aki2o/e2wm-perspb)

auto-install.el

    (auto-install-from-url "https://raw.github.com/aki2o/e2wm-perspb/master/e2wm-perspb.el")
  • In this case, you need to install each of the following dependency.

Manually

Download e2wm-perspb.el and put it on your load-path.

  • In this case, you need to install each of the following dependency.

Dependency

Configuration

  (require 'e2wm-perspb)

  ;; font-lock in rails project
  (require 'e2wm-perspb-rails)

  (setq e2wm:c-code-recipe
        '(| (:left-max-size 40)
            (- (:upper-size-ratio 0.6)
               files history)
            (- (:lower-max-size 150)
               (| (:right-max-size 40)
                  main imenu)
               sub)))

  (setq e2wm:c-code-winfo
        '((:name main)
          (:name files   :plugin files)
          (:name history :plugin perspb)
          (:name imenu   :plugin imenu :default-hide nil)
          (:name sub     :buffer "*info*" :default-hide t)))

  (e2wm:add-keymap
   e2wm:dp-two-minor-mode-map
   '(("C-." . e2wm-perspb:switch-to-down-entry-command)
     ("C-," . e2wm-perspb:switch-to-up-entry-command)
     ) e2wm:prefix-key)

Tested On

  • Emacs … GNU Emacs 24.5.1 (x8664-apple-darwin14.5.0, NS apple-appkit-1348.17) of 2016-06-16 on 192.168.102.190
  • e2wm.el … 1.2
  • persp-mode.el … 2.9.4
  • dash.el … 2.12.0
  • concurrent.el … 0.3.1
  • yaxception.el … 0.3.2

Enjoy!!!

About

Plugin of e2wm.el for buffer list of persp-mode.el

Resources

Stars

Watchers

Forks

Packages

No packages published