Skip to content

Instantly share code, notes, and snippets.

@takaxp
Created December 26, 2011 05:56
Show Gist options
  • Save takaxp/1520598 to your computer and use it in GitHub Desktop.
Save takaxp/1520598 to your computer and use it in GitHub Desktop.
TAB で direx のツリーを開く
;; Download and install direx.el from https://github.com/m2ym/direx-el
(when (require 'direx nil t)
(define-key direx:direx-mode-map (kbd "TAB") 'direx:maybe-find-node))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment