Skip to content

Commit 2424f57

Browse files
committed
Release 1.0.0
1 parent 8c43293 commit 2424f57

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses
1212
* Code completion:
1313
* With Emacs' built-in `completion-at-point-functions`
1414
* With [company-mode][company-ref]'s backend: [company-irony][company-irony-ref]
15-
* With [auto-complete][ac-ref]' source: [ac-irony][ac-irony-ref]
1615

17-
* Diagnostic reporting:
16+
* Syntax checking:
1817
* With [flycheck][flycheck-ref]'s checker: [flycheck-irony][flycheck-irony-ref]
1918

20-
* Integration with eldoc-mode: [irony-eldoc][irony-eldoc-ref]
19+
* `eldoc` integration: [irony-eldoc][irony-eldoc-ref]
2120

2221
## Dependencies
2322

@@ -52,10 +51,6 @@ package manager.
5251

5352
M-x package-install RET irony RET
5453

55-
* Using [el-get](https://github.com/dimitri/el-get)
56-
57-
M-x el-get-install RET irony-mode RET
58-
5954

6055
## Configuration
6156

irony.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
;; Copyright (C) 2011-2016 Guillaume Papin
44

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

0 commit comments

Comments
 (0)