summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 6e0676f..df81c1c 100755
--- a/emacs.org
+++ b/emacs.org
@@ -209,6 +209,9 @@ Fonts and basic appearance settings for each device
#+begin_src emacs-lisp
(global-set-key (kbd "C-x r d") 'bookmark-delete)
(global-set-key (kbd "C-x r C-r") 'bookmark-rename)
+
+ ;; ibuffer
+ (global-set-key (kbd "C-x C-b") 'ibuffer)
#+end_src
* Pass
** Setup