summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-25 07:32:01 +0200
committerThanos Apollo <[email protected]>2024-01-25 07:32:01 +0200
commit717ccbcd7f822cb5ec082fe20e19084319974608 (patch)
tree2d10d5c0fa1cf3cdff40ca4ccc462398c74da4e6
parent2315cdf8afb501d5bb8719df21e467fbc9061b56 (diff)
emacs(eshell-git-prompt) Use custom fork as source
-rw-r--r--.emacs.d/init.el4
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))