X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2Fwindmove.el;h=41b1fbad156931096cd3223851349cc9abdf9ad5;hb=a95258bb6a7a2da895b116a83b3fac7bd33b1306;hp=3793802f4d34cdd320c6147e643aec7499aac799;hpb=86a8a14b66b27727a503df09b7e0ca1198431660;p=emacs-init.git diff --git a/setup/windmove.el b/setup/windmove.el index 3793802..41b1fba 100644 --- a/setup/windmove.el +++ b/setup/windmove.el @@ -1,4 +1,5 @@ (require 'windmove) +(require 'framemove) (if window-system (progn @@ -10,3 +11,5 @@ (global-set-key (kbd "C-c ") 'windmove-right) (global-set-key (kbd "C-c ") 'windmove-up) (global-set-key (kbd "C-c ") 'windmove-down)) + + (setq framemove-hook-into-windmove t)