Whatever i've done
This commit is contained in:
parent
b05e98b391
commit
aa2e3a3e87
1 changed files with 1 additions and 2 deletions
|
@ -295,8 +295,7 @@ 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-option))
|
|
||||||
(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