mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
; Upcase menu item
This commit is contained in:
parent
21a7341972
commit
1d0df9144e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue