Skip to content

Commit

Permalink
Add irony mode to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
Konubinix committed Dec 7, 2015
1 parent ec1fc7b commit f2e267f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,9 @@
[submodule "config/elfiles/ycmd"]
path = config/elfiles/ycmd
url = https://github.com/abingham/emacs-ycmd
[submodule "config/elfiles/ac-irony"]
path = config/elfiles/ac-irony
url = https://github.com/Sarcasm/ac-irony
[submodule "config/elfiles/irony-mode"]
path = config/elfiles/irony-mode
url = https://github.com/Sarcasm/irony-mode
1 change: 1 addition & 0 deletions config/elfiles/ac-irony
Submodule ac-irony added at 6c68c5
2 changes: 2 additions & 0 deletions config/elfiles/config/100-KONIX_loads-and-modes-selection.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
(expand-file-name "pdf-tools/pdf-tools-0.70" devel-dir)
(expand-file-name "Pymacs" devel-dir)
(expand-file-name "ycmd" elfiles)
(expand-file-name "irony-mode" elfiles)
(expand-file-name "ac-irony" elfiles)
)
)
;; add my personal load path to the load-path
Expand Down
1 change: 1 addition & 0 deletions config/elfiles/irony-mode
Submodule irony-mode added at 8a4b10

0 comments on commit f2e267f

Please sign in to comment.