X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2Fwindmove.el;h=41b1fbad156931096cd3223851349cc9abdf9ad5;hb=5f3c695024b3619e7239e9177cca2a07792f9876;hp=3793802f4d34cdd320c6147e643aec7499aac799;hpb=c092392ed120e24105657ad2ac61a7fd03261b2d;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)