Added venv support for eshell.
This commit is contained in:
18
README.org
18
README.org
@@ -1440,6 +1440,24 @@ well.
|
|||||||
Many of these settings are there to reduce flickering. They may not be needed
|
Many of these settings are there to reduce flickering. They may not be needed
|
||||||
long term.
|
long term.
|
||||||
|
|
||||||
|
** Eshell
|
||||||
|
|
||||||
|
I eshell quite often. Here are some plugins that can add some missing functionality
|
||||||
|
beyond what eat-shell-mode gives.
|
||||||
|
|
||||||
|
*** eshell-venv
|
||||||
|
|
||||||
|
[[https://git.sr.ht/~struanr/eshell-venv][Eshell-venv]] is an Emacs package providing functions for activating and deactivating
|
||||||
|
Python virtual environments in Eshell.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package eshell-venv
|
||||||
|
:ensure
|
||||||
|
(:repo "https://git.sr.ht/~struanr/eshell-venv")
|
||||||
|
:hook
|
||||||
|
(eshell-mode . eshell-venv-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Look and Feel
|
* Look and Feel
|
||||||
|
|
||||||
I've already touched on some appearance settings so far, but I feel themes and
|
I've already touched on some appearance settings so far, but I feel themes and
|
||||||
|
|||||||
@@ -34,3 +34,20 @@ well.
|
|||||||
Many of these settings are there to reduce flickering. They may not be needed
|
Many of these settings are there to reduce flickering. They may not be needed
|
||||||
long term.
|
long term.
|
||||||
|
|
||||||
|
** Eshell
|
||||||
|
|
||||||
|
I eshell quite often. Here are some plugins that can add some missing functionality
|
||||||
|
beyond what eat-shell-mode gives.
|
||||||
|
|
||||||
|
*** eshell-venv
|
||||||
|
|
||||||
|
[[https://git.sr.ht/~struanr/eshell-venv][Eshell-venv]] is an Emacs package providing functions for activating and deactivating
|
||||||
|
Python virtual environments in Eshell.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package eshell-venv
|
||||||
|
:ensure
|
||||||
|
(:repo "https://git.sr.ht/~struanr/eshell-venv")
|
||||||
|
:hook
|
||||||
|
(eshell-mode . eshell-venv-mode))
|
||||||
|
#+end_src
|
||||||
|
|||||||
Reference in New Issue
Block a user