Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarcasm committed Sep 5, 2017
1 parent 9950212 commit 72e1e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

`irony-mode` is an Emacs minor-mode that aims at improving the editing
experience for the C, C++ and Objective-C languages. It works by using a
combination of an Emacs package and a C++ program (`irony-server`) that uses
combination of an Emacs package and a C++ program (`irony-server`) exposing
[libclang][libclang-ref].

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

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

* [counsel][counsel-ref] integration: https://oremacs.com/2017/03/28/emacs-cpp-ide/

## Dependencies

### Elisp dependencies
Expand Down Expand Up @@ -193,6 +195,7 @@ you can instruct `irony-server` to use this with something like:
[clang_complete-doc-ref]: https://github.com/Rip-Rip/clang_complete/blob/c8673142759b87316265eb0edd1f620196ec1fba/doc/clang_complete.txt#L55 ".clang_complete"
[clang_complete-vim-ref]: https://github.com/Rip-Rip/clang_complete "clang_complete Vim plugin"
[cmake-ref]: http://www.cmake.org "CMake"
[counsel-ref]: https://github.com/abo-abo/swiper#counsel "Counsel on Github"
[company-irony-ref]: https://github.com/Sarcasm/company-irony "Company Irony"
[company-ref]: https://github.com/company-mode/company-mode "Company-Mode"
[flycheck-irony-ref]: https://github.com/Sarcasm/flycheck-irony "Flycheck Irony"
Expand Down
2 changes: 1 addition & 1 deletion irony.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2011-2016 Guillaume Papin

;; Author: Guillaume Papin <guillaume.papin@epitech.eu>
;; Version: 1.0.0
;; Version: 1.1.0
;; URL: https://github.com/Sarcasm/irony-mode
;; Compatibility: GNU Emacs 24.x
;; Keywords: c, convenience, tools
Expand Down

0 comments on commit 72e1e73

Please sign in to comment.