diff options
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |