emacs: use ibuffer by default

This commit is contained in:
Grigory Shipunov 2020-06-03 23:32:02 +02:00
parent 87b8590a9f
commit 65604a109f
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -317,7 +317,7 @@
(setq comment-tags-require-colon 0)) (setq comment-tags-require-colon 0))
(use-package ibuffer (use-package ibuffer
:bind ("C-x B" . ibuffer)) :bind ("C-x C-b" . ibuffer))
(use-package expand-region (use-package expand-region
:straight t :straight t