Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

README.org

File metadata and controls

18 lines (12 loc) · 442 Bytes

Description

companybackend for protobuf.

Require

Company Mode

Protobuf Mode

Usage

You need to add following config to your init file:

(add-hook 'protobuf-mode-hook
          (lambda () (setq-local company-backends
				 (cl-adjoin '(company-proto) company-backends))))