File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses
12
12
* Code completion:
13
13
* With Emacs' built-in ` completion-at-point-functions `
14
14
* With [ company-mode] [ company-ref ] 's backend: [ company-irony] [ company-irony-ref ]
15
- * With [ auto-complete] [ ac-ref ] ' source: [ ac-irony] [ ac-irony-ref ]
16
15
17
- * Diagnostic reporting :
16
+ * Syntax checking :
18
17
* With [ flycheck] [ flycheck-ref ] 's checker: [ flycheck-irony] [ flycheck-irony-ref ]
19
18
20
- * Integration with eldoc-mode : [ irony-eldoc] [ irony-eldoc-ref ]
19
+ * ` eldoc ` integration : [ irony-eldoc] [ irony-eldoc-ref ]
21
20
22
21
## Dependencies
23
22
@@ -52,10 +51,6 @@ package manager.
52
51
53
52
M-x package-install RET irony RET
54
53
55
- * Using [ el-get] ( https://github.com/dimitri/el-get )
56
-
57
- M-x el-get-install RET irony-mode RET
58
-
59
54
60
55
## Configuration
61
56
Original file line number Diff line number Diff line change 3
3
; ; Copyright (C) 2011-2016 Guillaume Papin
4
4
5
5
; ; Author: Guillaume Papin <guillaume.papin@epitech.eu>
6
- ; ; Version: 0.3.0-cvs
6
+ ; ; Version: 1.0.0
7
7
; ; URL: https://github.com/Sarcasm/irony-mode
8
- ; ; Compatibility: GNU Emacs 23.x, GNU Emacs 24.x
8
+ ; ; Compatibility: GNU Emacs 24.x
9
9
; ; Keywords: c, convenience, tools
10
10
; ; Package-Requires: ((cl-lib "0.5") (json "1.2"))
11
11
You can’t perform that action at this time.
0 commit comments