about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:07:44 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-18 15:07:44 +0100
commitfc3fe82aecfda278374465c1bb6f50f61b7f7613 (patch)
treee8e239e8b166a80856bb5825c1b8bee09989c856 /.emacs.d/lisp/init-editor.el
parentf4fe41adfef8fac533b5f901ee64a980cbcb6f60 (diff)
downloaddotfiles-fc3fe82aecfda278374465c1bb6f50f61b7f7613.tar.gz
Change/move some window and buffer key bindings
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index 35b07e4..ce6a617 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -9,10 +9,6 @@
   ("C-x \\" . align-regexp)
   ("C-+" . text-scale-increase)
   ("C--" . text-scale-decrease)
-  ("C-x O" . (lambda ()
-               (interactive)
-               (other-window -1)))
-  ("C-x C-b" . ibuffer)
   :hook
   (after-save . executable-make-buffer-file-executable-if-script-p)
   ;; (text-mode . whitespace-cleanup)