diff options
author | Raul Benencia <id@rbenencia.name> | 2022-07-29 07:54:42 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-07-29 07:54:42 -0700 |
commit | 2637baf09fce7c598496528da24f6c1b724efa97 (patch) | |
tree | 5a57f99a7185d082eddcca8f11de0c490edaef84 /.emacs | |
parent | 2914f09e3c661ecbef3a1514de9062dc1a3245b2 (diff) |
emacs: enable flycheck and languagetool
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ ;; Modes (load-file "~/.emacs.local.d/modes/auto-fill.el") (load-file "~/.emacs.local.d/modes/doom-modeline.el") +(load-file "~/.emacs.local.d/modes/flycheck.el") (load-file "~/.emacs.local.d/modes/flyspell.el") (load-file "~/.emacs.local.d/modes/go-lang.el") (load-file "~/.emacs.local.d/modes/hydra.el") |