summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-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))