Use ibuffer wherever possible

This commit is contained in:
Seth Morabito 2022-08-02 18:48:14 -07:00
parent 4b4d92ec9f
commit 4a62bd50cb
1 changed files with 7 additions and 0 deletions

View File

@ -135,6 +135,13 @@ Next, stretch the cursor to fill a full glyph cell
(setq-default x-stretch-cursor t)
#+END_SRC
I prefer to use ~ibuffer~ when listing buffers
#+BEGIN_SRC emacs-lisp
(global-set-key [remap list-buffers] 'ibuffer)
#+END_SRC
** Long line improvements
Here are a few settings that help improve Emacs performance when