summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el9
1 files changed, 0 insertions, 9 deletions
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