aboutsummaryrefslogtreecommitdiffstats
path: root/oni-flycheck.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-04 01:34:16 -0800
committerGravatar Tom Willemse2019-02-04 01:34:16 -0800
commit45e234a65a7801cc28aac2878a992c0fc4d61933 (patch)
tree0b2f5d7b852c13846adfec3b07e711d4a2b57ce8 /oni-flycheck.el
parentcb7134284d2acf529b620466204881f19e5439ee (diff)
downloademacs-config-45e234a65a7801cc28aac2878a992c0fc4d61933.tar.gz
emacs-config-45e234a65a7801cc28aac2878a992c0fc4d61933.zip
Fix warning in oni-flycheck
Diffstat (limited to 'oni-flycheck.el')
-rw-r--r--oni-flycheck.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-flycheck.el b/oni-flycheck.el
index 3c7784b..6b579ea 100644
--- a/oni-flycheck.el
+++ b/oni-flycheck.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190130013833
+;; Version: 20190204011700
;; Package-Requires: (flycheck flycheck-inline flycheck-cask)
;; This program is free software; you can redistribute it and/or modify
@@ -29,6 +29,8 @@
(require 'flycheck)
(require 'flycheck-inline)
+(autoload 'turn-off-fci-mode "fill-column-indicator")
+
(defun oni-flycheck-disable-fci (&rest _)
"Disable `fci-mode'."
(turn-off-fci-mode))