tkf / emacs-jedi-direx

Tree style source code viewer for Python buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree style source code viewer for Python buffer

You can view Python code (right) in a tree style viewer (left):

http://farm4.staticflickr.com/3784/8804246558_0b3c998050_o.png

TODO: make it installable via el-get and MELPA.

Setup

Example to open the viewer by C-c x in Python buffer:

(eval-after-load "python"
  '(define-key python-mode-map "\C-cx" 'jedi-direx:pop-to-buffer))
(add-hook 'jedi-mode-hook 'jedi-direx:setup)

Requirements

About

Tree style source code viewer for Python buffer


Languages

Language:Emacs Lisp 100.0%