maybe fix p11k (it actually is broken now?)

This commit is contained in:
MitchMarq42 2023-12-13 19:23:53 -09:00
parent 4ea40582fa
commit f6509065ab

View File

@ -315,7 +315,7 @@ If the current window occupies the whole frame, split it."
(use-package p11k (use-package p11k
:elpaca (:repo "https://git.mitchmarq42.xyz/mitch/p11k-el") :elpaca (:repo "https://git.mitchmarq42.xyz/mitch/p11k-el")
:after eshell :after eshell
:hook (eshell-first-time-mode . p11k-mode)) :hook (eshell-mode . p11k-mode))
;; File manager. Only breaks when you brag about how it doesn't. ;; File manager. Only breaks when you brag about how it doesn't.
(use-package all-the-icons (use-package all-the-icons