diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 18:52:24 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 18:52:24 -0500 |
commit | 92925e5bcde164275d10b5c597996d3f743c647c (patch) | |
tree | 38cb684bbca345c401ef37d524e7dfe31eea942d /sx-notify.el | |
parent | d3417ee55acc35a14ed71ccd69a593cfed3796bb (diff) | |
parent | a812b209b24401827a7020051ac3726358795231 (diff) |
Merge pull request #202 from vermiculus/issue-200-defconst
Use defconst instead of defvar where appropriate.
Diffstat (limited to 'sx-notify.el')
-rw-r--r-- | sx-notify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-notify.el b/sx-notify.el index 6dc90b9..0c9a5b8 100644 --- a/sx-notify.el +++ b/sx-notify.el @@ -27,7 +27,7 @@ ;;; mode-line notification -(defvar sx-notify--mode-line +(defconst sx-notify--mode-line '((sx-inbox--unread-inbox (sx-inbox--unread-notifications " [")) (sx-inbox--unread-inbox (:propertize |