diff options
author | Thanos Apollo <[email protected]> | 2024-11-11 19:19:13 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-11 19:19:13 +0200 |
commit | 30131a4c110a0d9c66bd601327235cde60fbbf61 (patch) | |
tree | 315f908e43c37183962ed660a3ee4f6f832ba8ce /.config | |
parent | 636a47bc6e7bd0ac935f89a3b0a109b7d484b0b2 (diff) |
emacs: eshell-git-prompt: use vc
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 4ddea6f..70d1c89 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -767,6 +767,7 @@ rss.xml" anna piracy) (display-line-numbers-mode -1))))) (use-package eshell-git-prompt + :vc (:url "https://github.com/xuchunyang/eshell-git-prompt") :ensure t :config (defun eshell-git-prompt-multiline () |