tools/flycheck: conform to new conventions

This commit is contained in:
Henrik Lissner 2019-07-22 23:31:52 +02:00
parent 7562d29d4b
commit 90f5128de2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 22 additions and 21 deletions

View file

@ -1,7 +1,7 @@
;;; tools/flycheck/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +flycheck|init-popups ()
(defun +flycheck-init-popups-h ()
"Activate `flycheck-posframe-mode' if available and in GUI Emacs.
Activate `flycheck-popup-tip-mode' otherwise.
Do nothing if `lsp-ui-mode' is active and `lsp-ui-sideline-enable' is non-nil."