summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el5
1 files changed, 4 insertions, 1 deletions
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")))
-