Add irony-eldoc
This commit is contained in:
parent
1a99692869
commit
3d9834f1e1
2 changed files with 3 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
'(add-hook 'flycheck-mode-hook 'flycheck-irony-setup))
|
'(add-hook 'flycheck-mode-hook 'flycheck-irony-setup))
|
||||||
|
|
||||||
(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options)
|
(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options)
|
||||||
|
(add-hook 'irony-mode-hook 'irony-eldoc)
|
||||||
|
|
||||||
;; Add irony-, flycheck-, company-mode to c-mode
|
;; Add irony-, flycheck-, company-mode to c-mode
|
||||||
(add-hook 'c-mode-hook 'irony-mode)
|
(add-hook 'c-mode-hook 'irony-mode)
|
||||||
|
|
|
||||||
3
init.el
3
init.el
|
|
@ -47,6 +47,7 @@
|
||||||
sr-speedbar
|
sr-speedbar
|
||||||
company
|
company
|
||||||
irony
|
irony
|
||||||
|
irony-eldoc
|
||||||
company-irony
|
company-irony
|
||||||
flycheck-irony
|
flycheck-irony
|
||||||
elpy
|
elpy
|
||||||
|
|
@ -101,7 +102,7 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages (quote (elpy irony helm-swoop helm))))
|
'(package-selected-packages (quote (irony-eldoc elpy irony helm-swoop helm))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue