diff --git a/emacs/doom/init.el b/emacs/doom/init.el index 58c0f8e..6d8dea8 100644 --- a/emacs/doom/init.el +++ b/emacs/doom/init.el @@ -21,7 +21,7 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - (company +childframe) ; the ultimate code completion backend + company ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ;;ivy ; a search engine for love and life @@ -80,7 +80,7 @@ ;;vterm ; the best terminal emulation in Emacs :checkers - (syntax +childframe) ; tasing you for every semicolon you forget + syntax ; tasing you for every semicolon you forget (spell +flyspell +hunspell +everywhere) ; tasing you for misspelling mispelling ;; grammar ; tasing grammar mistake every you make