Fix warning in oni-flycheck
This commit is contained in:
parent
cb7134284d
commit
45e234a65a
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue