emacs: use ibuffer by default
This commit is contained in:
parent
87b8590a9f
commit
65604a109f
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue