I don't know lol
This commit is contained in:
parent
ae2e460b62
commit
95ba46921e
1 changed files with 2 additions and 1 deletions
|
@ -296,7 +296,8 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(use-package irony
|
(use-package irony
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(add-hook 'c-mode-hook 'irony-mode))
|
(add-hook 'c-mode-hook 'irony-mode)
|
||||||
|
(add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-options))
|
||||||
(with-eval-after-load 'company
|
(with-eval-after-load 'company
|
||||||
(add-hook 'c-mode-hook 'company-mode))
|
(add-hook 'c-mode-hook 'company-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Add table
Reference in a new issue