Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarcasm committed May 15, 2017
1 parent 8c43293 commit 2424f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses
* Code completion:
* With Emacs' built-in `completion-at-point-functions`
* With [company-mode][company-ref]'s backend: [company-irony][company-irony-ref]
* With [auto-complete][ac-ref]' source: [ac-irony][ac-irony-ref]

* Diagnostic reporting:
* Syntax checking:
* With [flycheck][flycheck-ref]'s checker: [flycheck-irony][flycheck-irony-ref]

* Integration with eldoc-mode: [irony-eldoc][irony-eldoc-ref]
* `eldoc` integration: [irony-eldoc][irony-eldoc-ref]

## Dependencies

Expand Down Expand Up @@ -52,10 +51,6 @@ package manager.

M-x package-install RET irony RET

* Using [el-get](https://github.com/dimitri/el-get)

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


## Configuration

Expand Down
4 changes: 2 additions & 2 deletions irony.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;; Copyright (C) 2011-2016 Guillaume Papin

;; Author: Guillaume Papin <guillaume.papin@epitech.eu>
;; Version: 0.3.0-cvs
;; Version: 1.0.0
;; URL: https://github.com/Sarcasm/irony-mode
;; Compatibility: GNU Emacs 23.x, GNU Emacs 24.x
;; Compatibility: GNU Emacs 24.x
;; Keywords: c, convenience, tools
;; Package-Requires: ((cl-lib "0.5") (json "1.2"))

Expand Down

0 comments on commit 2424f57

Please sign in to comment.