diff options
author | fpi | 2020-04-05 13:21:01 +0200 |
---|---|---|
committer | fpi | 2020-04-05 13:34:57 +0200 |
commit | 898e66c666bac372d37cf497fbca3c482211a6db (patch) | |
tree | a4102858796d6b215234b0cff63ec9fa6f0dfc90 | |
parent | Add function to zap-to-char excluding char (diff) |
Unbind ibuffer C-x C-b to not call it accidentally
-rw-r--r-- | emacs-init.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index a3120e9..0281833 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1392,7 +1392,6 @@ brackets containing their path. (ibuffer-display-summary nil) (ibuffer-use-other-window nil) (ibuffer-auto-mode -1) - :bind ("C-x C-b" . ibuffer) :hook (ibuffer-mode . ibuffer-auto-mode)) #+END_SRC |