1
0
Fork 0

Fix warning in oni-flycheck

This commit is contained in:
Tom Willemse 2019-02-04 01:34:16 -08:00
parent cb7134284d
commit 45e234a65a

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190130013833 ;; Version: 20190204011700
;; Package-Requires: (flycheck flycheck-inline flycheck-cask) ;; Package-Requires: (flycheck flycheck-inline flycheck-cask)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
@ -29,6 +29,8 @@
(require 'flycheck) (require 'flycheck)
(require 'flycheck-inline) (require 'flycheck-inline)
(autoload 'turn-off-fci-mode "fill-column-indicator")
(defun oni-flycheck-disable-fci (&rest _) (defun oni-flycheck-disable-fci (&rest _)
"Disable `fci-mode'." "Disable `fci-mode'."
(turn-off-fci-mode)) (turn-off-fci-mode))