[Misc] Change prefix key for eyebrowse

This commit is contained in:
Daniel - 2018-01-16 17:55:29 +01:00
parent 55e3c0ab8f
commit 38eed98a2b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 3 deletions

View File

@ -950,9 +950,9 @@ Certificates are assumed to be of the form *.crt."
(use-package eyebrowse
:commands (eyebrowse-mode)
:config
(setq eyebrowse-mode-line-separator " "
eyebrowse-new-workspace t))
:init (setq eyebrowse-keymap-prefix (kbd "C-c w"))
:config (setq eyebrowse-mode-line-separator " "
eyebrowse-new-workspace t))