File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
` irony-mode ` is an Emacs minor-mode that aims at improving the editing
6
6
experience for the C, C++ and Objective-C languages. It works by using a
7
- combination of an Emacs package and a C++ program (` irony-server ` ) that uses
7
+ combination of an Emacs package and a C++ program (` irony-server ` ) exposing
8
8
[ libclang] [ libclang-ref ] .
9
9
10
10
** Features:**
@@ -18,6 +18,8 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses
18
18
19
19
* ` eldoc ` integration: [ irony-eldoc] [ irony-eldoc-ref ]
20
20
21
+ * [ counsel] [ counsel-ref ] integration: https://oremacs.com/2017/03/28/emacs-cpp-ide/
22
+
21
23
## Dependencies
22
24
23
25
### Elisp dependencies
@@ -193,6 +195,7 @@ you can instruct `irony-server` to use this with something like:
193
195
[ clang_complete-doc-ref ] : https://github.com/Rip-Rip/clang_complete/blob/c8673142759b87316265eb0edd1f620196ec1fba/doc/clang_complete.txt#L55 " .clang_complete "
194
196
[ clang_complete-vim-ref ] : https://github.com/Rip-Rip/clang_complete " clang_complete Vim plugin "
195
197
[ cmake-ref ] : http://www.cmake.org " CMake "
198
+ [ counsel-ref ] : https://github.com/abo-abo/swiper#counsel " Counsel on Github "
196
199
[ company-irony-ref ] : https://github.com/Sarcasm/company-irony " Company Irony "
197
200
[ company-ref ] : https://github.com/company-mode/company-mode " Company-Mode "
198
201
[ flycheck-irony-ref ] : https://github.com/Sarcasm/flycheck-irony " Flycheck Irony "
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 <[email protected] >
6
- ; ; Version: 1.0 .0
6
+ ; ; Version: 1.1 .0
7
7
; ; URL: https://github.com/Sarcasm/irony-mode
8
8
; ; Compatibility: GNU Emacs 24.x
9
9
; ; Keywords: c, convenience, tools
You can’t perform that action at this time.
0 commit comments