From 5119e4592cbf052d8e5a59e575bed72cdeaf4665 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 16 Jul 2018 20:29:00 -0700 Subject: Load flycheck init --- emacs/.emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 781fa7f..7ac74f9 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -349,6 +349,8 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" (with-eval-after-load 'elec-pair (load "oni-elec-pair-init")) +(with-eval-after-load 'flycheck (load "oni-flycheck-init")) + (add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json")) (add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")) (add-to-list 'grep-files-aliases '("php" . "*.php *.inc *.module")) -- cgit v1.2.3-54-g00ecf