From aa2e3a3e8778b52a606c33effce0013360e138ec Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 14 Jun 2020 23:15:34 +0200 Subject: [PATCH] Whatever i've done --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index 2752e68..cea9df3 100644 --- a/config.org +++ b/config.org @@ -295,8 +295,7 @@ Including indent-buffer, which should not be called automatically on save." (use-package irony :ensure t :config - (add-hook 'c-mode-hook 'irony-mode) - (add-hook 'irony-mode-hook 'irony-cdb-autosetup-compile-option)) + (add-hook 'c-mode-hook 'irony-mode)) (with-eval-after-load 'company (add-hook 'c-mode-hook 'company-mode)) #+END_SRC