https://github.com/aki2o/e2wm-pkgex4pl.git
git clone 'git://github.com/aki2o/e2wm-pkgex4pl.git'
This is a extension of Emacs that is a plugin of for package explorer of Perl.
2014/05/26 It's available by using melpa.
2014/05/26 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/e2wm-pkgex4pl/master/e2wm-pkgex4pl.el")
Download e2wm-pkgex4pl.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
'(- (:upper-size-ratio 0.5)
(| (:right-max-size 50)
main
(- (:upper-size-ratio 0.7)
pkgex refex))
sub))
(setq e2wm:c-code-winfo
'((:name main)
(:name pkgex :plugin pkgex4pl)
(:name refex :plugin refex4pl)
(:name sub :buffer "*info*" :default-hide t)))
;; Make config suit for you. About the config item, see Customization or eval the following sexp.
;; (customize-group "e2wm-pkgex4pl")
The following plugins are provided by this extension.
- pkgex4pl
… Package Explorer
- refex4pl
… Package Referer
If you feels the slowness of Emacs, set sync interval by e2wm-pkgex4pl:sync-interval
.
Enjoy!!!