From 2637baf09fce7c598496528da24f6c1b724efa97 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Fri, 29 Jul 2022 07:54:42 -0700 Subject: emacs: enable flycheck and languagetool --- .emacs | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index e82c972..39ca5da 100644 --- a/.emacs +++ b/.emacs @@ -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") -- cgit v1.2.3