[Init] Use M-%d for eyebrowse workspaces

This commit is contained in:
Daniel - 2018-01-14 10:46:53 +01:00
parent 60a3675d3e
commit 411240c1dc
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 0 deletions

View File

@ -302,6 +302,12 @@ _h_ _l_ _o_k _y_ank
(when (package-installed-p 'ace-window)
(bind-key "C-x o" #'ace-window))
(when (package-installed-p 'eyebrowse)
(dotimes (i 10)
(unbind-key (format "M-%d" i))
(bind-key (format "M-%d" i)
(intern (format "eyebrowse-switch-to-window-config-%d" i)))))
;; Environment Variables
(unless on-windows