doom-emacs: remove ligatures module and enable c/c++ completion
la-ninpre leobrekalini@gmail.com
Sat, 21 Aug 2021 10:44:17 +0300
2 files changed,
4 insertions(+),
1 deletions(-)
M
doom-emacs/.config/doom/config.el
→
doom-emacs/.config/doom/config.el
@@ -173,6 +173,9 @@ (add-hook 'css-mode-hook 'xah-syntax-color-hex)
(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
M
doom-emacs/.config/doom/init.el
→
doom-emacs/.config/doom/init.el
@@ -34,7 +34,7 @@ (emoji +unicode) ; 🙂
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - (ligatures +extra) ; ligatures and symbols to make your code pretty again + ;;(ligatures +extra) ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions