mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Prepare for workgroups2, in hopes of it working with ECB soon
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user