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 ;; 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))