Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 940 Bytes

Completion backend for irony-mode

This package provides a company-mode asynchronous completion backend for the C, C++ and Objective-C languages.

company-irony demo gif

Installation

The recommended way to install company-irony and its dependencies is through a package manager:

  • Using MELPA

      M-x package-install RET company-irony RET
    
  • Using el-get

      M-x el-get-install RET company-irony RET
    

Configuration

Add company-irony to your company backends.

(eval-after-load 'company
  '(add-to-list 'company-backends 'company-irony))