From 804cdb93e4aaccb69e851afa88f7feb2bf5991d8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 30 Jan 2019 01:51:51 -0800 Subject: Move flycheck config to emacs-config --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index d4ac3a1..e1a441d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -226,7 +226,6 @@ 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 'elisp-mode (load "oni-emacs-lisp-mode-init")) (with-eval-after-load 'eshell (load "oni-eshell-init")) -(with-eval-after-load 'flycheck (load "oni-flycheck-init")) (with-eval-after-load 'gnus (load "oni-gnus-init")) (with-eval-after-load 'jabber (load "oni-jabber-init")) (with-eval-after-load 'js (load "oni-js-mode-init")) -- cgit v1.2.3-54-g00ecf