Whatever i've done

This commit is contained in:
qorg11 2020-06-14 23:15:34 +02:00
parent b05e98b391
commit aa2e3a3e87
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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