From 89ebe85eb8c427bfe9065a3aee6d3600bde05db7 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 21 Aug 2021 10:44:17 +0300 Subject: doom-emacs: remove ligatures module and enable c/c++ completion --- doom-emacs/.config/doom/config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doom-emacs/.config/doom/config.el') diff --git a/doom-emacs/.config/doom/config.el b/doom-emacs/.config/doom/config.el index 34c2cf2..633a0ee 100644 --- a/doom-emacs/.config/doom/config.el +++ b/doom-emacs/.config/doom/config.el @@ -173,6 +173,9 @@ version 2017-03-12" (add-hook 'yaml-mode-hook 'xah-syntax-color-hex) (add-hook 'html-mode-hook 'xah-syntax-color-hex) +(add-hook 'c++-mode-hook 'irony-mode) +(add-hook 'c-mode-hook 'irony-mode) + ;; Here are some additional functions/macros that could help you configure Doom: ;; ;; - `load!' for loading external *.el files relative to this one -- cgit v1.2.3