Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

taiju/mt-doc-lookup-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt-doc-lookup

To look up Movable Type documentation.

VERSION

0.4

INSTALL

  1. Put mt-doc-lookup.el to load-path.
  2. Add a below code init.el.
(require 'mt-doc-lookup)

SCREENSHOT

Screenshot

Took screenshot with using ido + smex + ido-vertical-mode.

USAGE

To look up tags

M-x mt-doc-lookup-tags

To look up config directives

M-x mt-doc-lookup-config-directives

To look up modifiers

M-x mt-doc-lookup-modifiers

To look up tags, config directives and modifiers

M-x mt-doc-lookup

CUSTOMIZE

Set browser-function for mt-doc-lookup

For Example to set w3m-browse-url.

(setq mt-doc-lookup-browser-function #'w3m-browse-url)

Default is eww-browse-url.

LICENSE

See LICENSE.

COPYRIGHT

See mt-doc-lookup.el.

About

To look up the Movable Type documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published