diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-28 14:16:54 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-28 14:16:54 -0700 |
commit | 1ab2d3c3ce8e2049a69ea8f8ee8db5825d9fa173 (patch) | |
tree | 274284a88df630c0351bc0722fd012da64d94d21 | |
parent | simplify the theme (diff) | |
download | emacs.d-1ab2d3c3ce8e2049a69ea8f8ee8db5825d9fa173.tar.gz |
binding to open ibuffer
-rw-r--r-- | config/init-buffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/init-buffer.el b/config/init-buffer.el index b884edf..57c158e 100644 --- a/config/init-buffer.el +++ b/config/init-buffer.el @@ -9,6 +9,7 @@ (use-package ibuffer :defer t + :bind ("C-x C-b" . ibuffer) :custom (ibuffer-expert t) (ibuffer-show-empty-filter-groups nil) |