Skip to content

Commit

Permalink
Turn paren-face-mode-lighter into defcustom
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Oct 28, 2016
1 parent fd8b9a8 commit 0a7cbd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion paren-face.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ one of the modes listed here."
:type 'regexp
:group 'paren-face)

(defvar paren-face-mode-lighter "")
(defcustom paren-face-mode-lighter ""
"String to display in the mode line when `paren-face-mode' is active."
:type 'string
:group 'paren-face)

;;;###autoload
(define-minor-mode paren-face-mode
Expand Down

0 comments on commit 0a7cbd6

Please sign in to comment.