diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-12-04 07:30:44 +0200 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-12-29 17:39:49 +0000 |
| commit | 13f01f6245629a8a5c402ca51a4738c96e4b2315 (patch) | |
| tree | 634238d6a58547216a7fc28d3e2fa6e9171370de | |
| parent | a87d5fd1ad5125269e43727627a3e26a53fc2fc8 (diff) | |
Make evil-mode-line-format recognise nil value
| -rw-r--r-- | evil-vars.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-vars.el b/evil-vars.el index c8ec51a..aec747f 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -308,6 +308,7 @@ WHERE is either `before' or `after', and WHICH is a symbol in `mode-line-format'. The tag is then placed before or after that symbol, respectively." :type '(radio :value 'before + (const :tag "No tag" nil) (const before) (const after) (cons :tag "Next to symbol" |
