From 45e234a65a7801cc28aac2878a992c0fc4d61933 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 4 Feb 2019 01:34:16 -0800 Subject: Fix warning in oni-flycheck --- oni-flycheck.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-flycheck.el') 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)) -- cgit v1.2.3-54-g00ecf