Skip to content

Sarcasm/company-irony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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))