Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions elpy-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@ the code cell beginnings defined here."
:group 'elpy)

(defcustom elpy-shell-add-to-shell-history nil
"If Elpy should make the code sent to the shell available in the
shell history. This allows to use `comint-previous-input' in the
python shell to get back the pieces of code sent by Elpy. This affects
the following functions:
"Toggle that affects whether Elpy makes the code that is sent
to the Python shell available in the shell's history. If
enabled, use `comint-previous-input' in the Python shell to get
back the pieces of code sent by Elpy. This affects the following
functions:
- `elpy-shell-send-statement'
- `elpy-shell-send-top-statement'
- `elpy-shell-send-group'
Expand Down