From ebebb8b8313475fe6484bfb3b7d87739010bd156 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 6 Oct 2022 16:31:45 +0100 Subject: [PATCH] Remove un-needed binding --- .emacs.d/lisp/init-windows.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index 8bbbc1c..0a6d505 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -6,9 +6,6 @@ :custom (switch-to-buffer-obey-display-actions t) :bind - ("C-x O" . (lambda () - (interactive) - (other-window -1))) ("C-x C-M-b" . ibuffer) :config ;; From EmacsWiki