Some buffer and performance changes. Spiffed up ibuffer.

This commit is contained in:
Micheal Smith
2025-12-11 05:42:32 -06:00
parent 3720739ca2
commit 79e0e7e405
7 changed files with 294 additions and 210 deletions

View File

@@ -23,6 +23,17 @@ I like using catppuccin from time to time as well.
(use-package catppuccin-theme :ensure t)
#+end_src
* Icons
Some Icons might spruce things up a bit. Might as well try to have
[[https://github.com/domtronn/all-the-icons.el][all the icons]]!
#+begin_src emacs-lisp
(use-package all-the-icons
:ensure t
:if (display-graphic-p))
#+end_src
** Modeline
Doom emacs has a great modeline in my opinion so I'm using theirs almost