diff options
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el index 553fb4b4e3a7..76454894ab43 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -334,7 +334,7 @@ One of `line-mode' or `char-mode'.") ("Switch to" :filter (lambda (&rest _args) (mapcar (lambda (i) - `[,(format "workspace %d" i) + `[,(format "Workspace %d" i) (lambda () (interactive) (exwm-workspace-switch ,i)) |