diff options
author | Thanos Apollo <[email protected]> | 2024-01-25 07:32:01 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-25 07:32:01 +0200 |
commit | 717ccbcd7f822cb5ec082fe20e19084319974608 (patch) | |
tree | 2d10d5c0fa1cf3cdff40ca4ccc462398c74da4e6 | |
parent | 2315cdf8afb501d5bb8719df21e467fbc9061b56 (diff) |
emacs(eshell-git-prompt) Use custom fork as source
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |