all repos — dotfiles @ 89ebe85eb8c427bfe9065a3aee6d3600bde05db7

personal dotfiles

doom-emacs: remove ligatures module and enable c/c++ completion
la-ninpre leobrekalini@gmail.com
Sat, 21 Aug 2021 10:44:17 +0300
commit

89ebe85eb8c427bfe9065a3aee6d3600bde05db7

parent

e292d263a526f7596a143935d1f8c0942907df25

2 files changed, 4 insertions(+), 1 deletions(-)

jump to
M doom-emacs/.config/doom/config.eldoom-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.eldoom-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