Prepare for workgroups2, in hopes of it working with ECB soon

This commit is contained in:
2014-03-10 20:20:21 +00:00
parent 93181c0289
commit c90b97ff75
2 changed files with 9 additions and 0 deletions

View File

@@ -210,6 +210,10 @@
(define-key elscreen-map (kbd ";") 'elscreen-display-screen-name-list)
(define-key elscreen-map (kbd "C-;") 'elscreen-display-screen-name-list))
(when (require 'workgroups2 nil 'noerror)
(setq wg-prefix-key (kbd "C-z"))
)
(when (require 'perspective nil 'noerror)
(define-key persp-mode-map (kbd "C-z") perspective-map)

View File

@@ -81,6 +81,7 @@
twilight-anti-bright-theme
twilight-bright-theme
undo-tree
;; workgroups2
writegood-mode
writeroom-mode
yaml-mode
@@ -156,6 +157,10 @@
(when (require 'escreen nil 'noerror)
(escreen-install))
;; Load and setup Workgroups2
(when (require 'workgroups2 nil 'noerror)
(workgroups-mode 1))
;; Load ruby-electric (autoload fails)
(require 'ruby-electric)