about summary refs log tree commit diff
path: root/exwm-core.el
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2020-05-06T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2020-05-06T00·00+0000
commit1d0df9144ef40b4d7dac5d73e5a4103e00343a6b (patch)
tree10cb7de9b1f81a4f7beba360973d9cad6dd10857 /exwm-core.el
parent21a73419724fe642ad3affc12fb6e901e554a243 (diff)
; Upcase menu item
Diffstat (limited to 'exwm-core.el')
-rw-r--r--exwm-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el
index 553fb4b4e3..76454894ab 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))