diff options
| author | bard <[email protected]> | 2023-12-20 06:13:47 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2023-12-20 06:13:47 -0500 |
| commit | b038d13fa42a9b29b08a13d554a7a5f8b7987f65 (patch) | |
| tree | b945f4d3812ebacef637934e57bcaf6c5132a188 /bard-emacs-modules | |
| parent | f22310f8323bee542bcae82faaea9c328cd8ee45 (diff) | |
eshell support
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-package.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el index 69247b1..1a6c865 100644 --- a/bard-emacs-modules/bard-emacs-package.el +++ b/bard-emacs-modules/bard-emacs-package.el @@ -357,4 +357,9 @@ (diminish 'eldoc-mode) (diminish 'company-mode)) +(use-package eshell-git-prompt + :ensure t + :config + (eshell-git-prompt-use-theme 'robbyrussell)) + (provide 'bard-emacs-package.el) |
