diff options
author | Thanos Apollo <[email protected]> | 2023-08-15 01:04:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-15 01:04:35 +0300 |
commit | 3d85373be3a26bf7e8b14f354d8a10841f2a8443 (patch) | |
tree | d68407989f43cae5de772014c4bb59e4f4ad12f1 | |
parent | 8b5171952ff163278acb7247bb7016077367939b (diff) |
Add ibuffer
-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 |