Skip to content

Commit 72e1e73

Browse files
committed
Release 1.1.0
1 parent 9950212 commit 72e1e73

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`irony-mode` is an Emacs minor-mode that aims at improving the editing
66
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
88
[libclang][libclang-ref].
99

1010
**Features:**
@@ -18,6 +18,8 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses
1818

1919
* `eldoc` integration: [irony-eldoc][irony-eldoc-ref]
2020

21+
* [counsel][counsel-ref] integration: https://oremacs.com/2017/03/28/emacs-cpp-ide/
22+
2123
## Dependencies
2224

2325
### Elisp dependencies
@@ -193,6 +195,7 @@ you can instruct `irony-server` to use this with something like:
193195
[clang_complete-doc-ref]: https://github.com/Rip-Rip/clang_complete/blob/c8673142759b87316265eb0edd1f620196ec1fba/doc/clang_complete.txt#L55 ".clang_complete"
194196
[clang_complete-vim-ref]: https://github.com/Rip-Rip/clang_complete "clang_complete Vim plugin"
195197
[cmake-ref]: http://www.cmake.org "CMake"
198+
[counsel-ref]: https://github.com/abo-abo/swiper#counsel "Counsel on Github"
196199
[company-irony-ref]: https://github.com/Sarcasm/company-irony "Company Irony"
197200
[company-ref]: https://github.com/company-mode/company-mode "Company-Mode"
198201
[flycheck-irony-ref]: https://github.com/Sarcasm/flycheck-irony "Flycheck Irony"

irony.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2011-2016 Guillaume Papin
44

55
;; Author: Guillaume Papin <[email protected]>
6-
;; Version: 1.0.0
6+
;; Version: 1.1.0
77
;; URL: https://github.com/Sarcasm/irony-mode
88
;; Compatibility: GNU Emacs 24.x
99
;; Keywords: c, convenience, tools

0 commit comments

Comments
 (0)