plsense-direx

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

git clone 'git://github.com/aki2o/plsense-direx.git'
2

Japanese

What's this?

This is a extension of Emacs that is a explorer for the package structure of Perl.
You can handle the explorer in the same way as direx.el.

About direx.el, see https://github.com/m2ym/direx-el

demo

demo2

Feature

Show Help

You can show the help of the pointed package/method by pushing “?”.

Requirement

Install

If use package.el

2014/03/02 It's available by using melpa.

If use el-get.el

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

If use auto-install.el

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

Manually

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

Dependency

Configuration

(require 'plsense-direx)

;; Key binding
(setq plsense-direx:open-explorer-key "C-x j")
(setq plsense-direx:open-explorer-other-window-key "C-x J")
(setq plsense-direx:open-referer-key "C-x M-j")
(setq plsense-direx:open-referer-other-window-key "C-x C-M-J")

;; Do setup
(plsense-direx:config-default)

Consideration

Performance

2014/02/22, at present, the action of plsense-direx.el is very slowly.
I've sent the pull request that makes improvements to this trouble.
But, if this trouble is not given improvement, you can get my improvements by using my fork.

2014/04/11 This trouble have been resolved.

Tested On

Enjoy!!!