Homeexpand-all

10月 6, 2008

company-mode

冰封 将文章归档于 emacs

What’s this for?
In-buffer completion front-end.
Screencast
Watch a preview demo.
Configuration
company-mode requires Emacs 22.
(add-to-list ‘load-path “/path/to/company-mode”)
(require ‘company-mode)
(require ‘company-bundled-completions)
(company-install-bundled-completions-rules)

Usage
Use company-expand-common, company-expand-top, etc.  Add completion mechanism using company-add-completion-rule.  (See company-bundled-completions for examples.)
Download

 Page 1 of 1  1