https://github.com/aki2o/plsense-direx.git
git clone 'git://github.com/aki2o/plsense-direx.git'
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
You can show the help of the pointed package/method by pushing “?”.
2014/03/02 It's available by using melpa.
2014/03/03 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/plsense-direx/master/plsense-direx.el")
Download plsense-direx.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
(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)
2014/02/22, at present, the action of plsense-direx.el is very slowly.
I've sent the that makes improvements to this trouble.
But, if this trouble is not given improvement, you can get my improvements by using .
2014/04/11 This trouble have been resolved.
Enjoy!!!