From 154333e23bbbaf45ee384bc7da32eb63f7f14e3b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 17 Mar 2022 21:42:45 +0800 Subject: Add flycheck (emacs) --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 66a37cc..e711f30 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -22,6 +22,7 @@ (require 'init-evil) (require 'init-ivy) (require 'init-company) +(require 'init-flycheck) (require 'init-org) (require 'init-lang) (require 'init-filetype) -- cgit v1.2.3