added tiling.el and C-\ for cycling between tile configurations (doesn't work in frame with a visible ECB window)

This commit is contained in:
2012-01-10 16:49:29 +00:00
parent 9c4b8236c5
commit 6b289bd125
2 changed files with 7 additions and 0 deletions

View File

@@ -106,6 +106,10 @@
;; Allow hash to be entered on UK keyboards
(global-set-key (kbd "M-3") 'insert-hash)
;; tiling.el related bindings
(when (require 'tiling nil 'noerror)
(define-key global-map (kbd "C-\\") 'tiling-cycle))
;; ElScreen related shortcuts
(when (require 'elscreen nil 'noerror)

View File

@@ -93,6 +93,9 @@
(:name ruby-mode
:type svn
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/")
(:name tiling
:type emacswiki
:features tiling)
(:name tree-mode
:type emacswiki
:features tree-mode)