updates
[emacs-init.git] / setup / windmove.el
index 3793802..41b1fba 100644 (file)
@@ -1,4 +1,5 @@
 (require 'windmove)
+(require 'framemove)
 
 (if window-system
     (progn
@@ -10,3 +11,5 @@
   (global-set-key (kbd "C-c <right>") 'windmove-right)
   (global-set-key (kbd "C-c <up>") 'windmove-up)
   (global-set-key (kbd "C-c <down>") 'windmove-down))
+
+ (setq framemove-hook-into-windmove t)