From 333bd9c40f59ef817df1cdfecc015689acf6895f Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:32:24 -0400 Subject: add global map --- bard-emacs-modules/bard-emacs-window.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-window.el') diff --git a/bard-emacs-modules/bard-emacs-window.el b/bard-emacs-modules/bard-emacs-window.el index 5927b21..abd3fca 100644 --- a/bard-emacs-modules/bard-emacs-window.el +++ b/bard-emacs-modules/bard-emacs-window.el @@ -16,8 +16,8 @@ (define-key global-map (kbd "C-M-") #'windmove-left) (define-key global-map (kbd "C-M-S-") #'windmove-swap-states-up) (define-key global-map (kbd "C-M-S-") #'windmove-swap-states-right) -(define-key (kbd "C-M-S-") #'windmove-swap-states-down) -(define-key (kbd "C-M-S-") #'windmove-swap-states-left) +(define-key global-map (kbd "C-M-S-") #'windmove-swap-states-down) +(define-key global-map (kbd "C-M-S-") #'windmove-swap-states-left) (use-package beframe :ensure t -- cgit v1.2.3