Skip to content

Commit

Permalink
Allow buttons to be clicked with <mouse-1>
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Nov 26, 2015
1 parent b975287 commit 2b5e6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lui.el
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ If point is not in the input area, insert a newline."

(define-button-type 'lui-button
'supertype 'button
'follow-link t
'face 'lui-button-face)

(defun lui-buttonize ()
Expand Down

0 comments on commit 2b5e6ef

Please sign in to comment.