el-get/recipes/pylookup.rcp

10 lines
560 B
Plaintext
Raw Normal View History

2010-12-18 16:21:18 +08:00
(:name pylookup
:description "Emacs mode for searching python documents with convenience"
2010-12-18 16:21:18 +08:00
:type git
:url "https://github.com/tsgates/pylookup.git"
:post-init (lambda ()
(setq pylookup-program (expand-file-name "pylookup.py")
pylookup-db-file (expand-file-name "pylookup.db"))
(autoload 'pylookup-lookup "pylookup" "Lookup SEARCH-TERM in the Python HTML indexes." t)
(autoload 'pylookup-update "pylookup" "Run pylookup-update and create the database at `pylookup-db-file'." t)))