From 36ed92fa805da4001c870c67816c6104989f0b65 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Sun, 29 Jan 2012 14:02:06 +0000 Subject: framemove --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 56b852f..957360a 100755 --- a/init.el +++ b/init.el @@ -221,6 +221,10 @@ ; org mode (add-to-list 'auto-mode-alist '("TODO$" . org-mode)) +(require 'framemove) +(windmove-default-keybindings) +(setq framemove-hook-into-windmove t) + ; -------- use the function keys! -------- (global-set-key [f13] 'universal-argument) ; change dictionary with a single key @@ -233,4 +237,3 @@ ; change dictionary with a single key (global-set-key [XF86Launch5] (lambda () (interactive) (ispell-change-dictionary "italiano"))) (global-set-key [XF86MenuKB] (lambda () (interactive) (ispell-change-dictionary "en_GB"))) - -- cgit v1.2.3