aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-01-30 01:51:51 -0800
committerGravatar Tom Willemse2019-01-30 01:51:51 -0800
commit804cdb93e4aaccb69e851afa88f7feb2bf5991d8 (patch)
treef586fd5e7216f8176bca4503b7a249182aa6eb5c /emacs/.emacs.d/init.el
parentace1b8b03aefb995e4478d1912e71609e5bd8a95 (diff)
downloadnew-dotfiles-804cdb93e4aaccb69e851afa88f7feb2bf5991d8.tar.gz
new-dotfiles-804cdb93e4aaccb69e851afa88f7feb2bf5991d8.zip
Move flycheck config to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
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"))