From 12bb72623e104e9ccb8b010157104dc0c4e602c4 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 4 Mar 2023 16:48:00 -0900 Subject: [PATCH] p11k: hook on the front of eshell so initial prompt works --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 0d7074e..c10a3b2 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -311,7 +311,7 @@ If the current window occupies the whole frame, split it." :elpaca (p11k :repo "https://git.mitchmarq42.xyz/mitch/p11k-el") :after eshell - :hook (eshell-mode . p11k-mode)) + :hook (eshell-first-time-mode . p11k-mode)) ;; File manager. Only breaks when you brag about how it doesn't. (use-package all-the-icons