From 717ccbcd7f822cb5ec082fe20e19084319974608 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 25 Jan 2024 07:32:01 +0200 Subject: emacs(eshell-git-prompt) Use custom fork as source --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 55c70f3..b8df9d8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -553,7 +553,9 @@ (display-line-numbers-mode -1))))) (use-package eshell-git-prompt - :ensure t + :straight '(eshell-git-prompt :type git + :host nil + :repo "https://git.thanosapollo.org/eshell-git-prompt") :config (eshell-git-prompt-use-theme 'multiline)) -- cgit v1.2.3