Skip to content

Commit

Permalink
Hide tooltip after next command
Browse files Browse the repository at this point in the history
Closes GH-6
  • Loading branch information
Sebastian Wiesner committed Nov 11, 2015
1 parent 00f6aed commit a418150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flycheck-pos-tip.el
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ strings, and shall show theses messages in a graphical popup."
Uses `pos-tip-show' under the hood."
(pos-tip-show (mapconcat #'identity messages "\n\n")))

(defun flycheck-pos-tip-hide ()
"Hide the Flycheck tooltip."
(pos-tip-hide))

;;;###autoload
(defun flycheck-pos-tip-error-messages (errors)
"Display ERRORS in a graphical tooltip."
Expand Down

0 comments on commit a418150

Please sign in to comment.