Some buffer and performance changes. Spiffed up ibuffer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user