mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user