diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-21 10:44:17 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-21 10:44:17 +0300 |
| commit | 89ebe85eb8c427bfe9065a3aee6d3600bde05db7 (patch) | |
| tree | a9cd3d2b74d4d7b916f9c70327718e73c22040e4 | |
| parent | e292d263a526f7596a143935d1f8c0942907df25 (diff) | |
| download | dotfiles-89ebe85eb8c427bfe9065a3aee6d3600bde05db7.tar.gz dotfiles-89ebe85eb8c427bfe9065a3aee6d3600bde05db7.zip | |
doom-emacs: remove ligatures module and enable c/c++ completion
| -rw-r--r-- | doom-emacs/.config/doom/config.el | 3 | ||||
| -rw-r--r-- | doom-emacs/.config/doom/init.el | 2 |
2 files changed, 4 insertions, 1 deletions
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 diff --git a/doom-emacs/.config/doom/init.el b/doom-emacs/.config/doom/init.el index c5e4403..4ae2263 100644 --- a/doom-emacs/.config/doom/init.el +++ b/doom-emacs/.config/doom/init.el @@ -34,7 +34,7 @@ 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 |
