Change key-binding to also allow disabling workgroups mode
This commit is contained in:
parent
5a6214b9a8
commit
ebd5fde542
@ -33,6 +33,7 @@
|
||||
(use-package workgroups2
|
||||
:defer t
|
||||
:bind
|
||||
(("C-c z z" . (lambda () (interactive) (workgroups-mode 1)))))
|
||||
(("C-c z z" . (lambda () (interactive) (workgroups-mode)))))
|
||||
|
||||
|
||||
)
|
||||
|
Reference in New Issue
Block a user