Remove un-needed binding

This commit is contained in:
David Morgan 2022-10-06 16:31:45 +01:00
parent 674f848325
commit ebebb8b831
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 0 additions and 3 deletions

View File

@ -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