Skip to content

Commit

Permalink
Merge pull request #28 from wyuenho/patch-1
Browse files Browse the repository at this point in the history
Fix `flycheck-pos-tip-max-width' customize type
  • Loading branch information
fmdkdd committed Jun 10, 2018
2 parents 7b94c0c + 7c01019 commit 9091139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flycheck-pos-tip.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
(defcustom flycheck-pos-tip-max-width nil
"If non-nil, the max width of the tooltip in chars."
:group 'flycheck-pos-tip
:type 'number
:type '(choice (const :tag "Auto" nil)
(integer :tag "Characters"))
:package-version '(flycheck-pos-tip . "0.4"))

(defcustom flycheck-pos-tip-timeout 5
Expand Down

0 comments on commit 9091139

Please sign in to comment.