From fc5218bb2fb1a7f2c3bc4f3557d74d487961c53d Mon Sep 17 00:00:00 2001
From: noa
Date: Sat, 11 Jan 2025 12:07:06 +0800
Subject: Remove unused windmove block

---
 emacs/init.el | 9 ---------
 1 file changed, 9 deletions(-)

(limited to 'emacs/init.el')

diff --git a/emacs/init.el b/emacs/init.el
index f3051d4..251d77d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -888,15 +888,6 @@ necessary variables are set."
   :custom
   (which-key-mode t))
 
-
-(use-package windmove
-  :disabled t
-  :bind*
-  (("M-b" . windmove-left)
-   ("M-f" . windmove-right)
-   ("M-p" . windmove-up)
-   ("M-n" . windmove-down)))
-
 ;; for whatever reason, window-combination-resize doesn't work with this
 (global-set-key (kbd "C-x 3") #'split-root-window-right)
 (setopt window-min-height 1
-- 
cgit 1.4.1-2-gfad0