Skip to content

Commit

Permalink
Fix typo in custom variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Oct 30, 2019
1 parent ddc1689 commit 1a97937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpy-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Python process. This allows the process to start up."
(cond ((eq elpy-shell-starting-directory 'project-root)
(or (elpy-project-root)
default-directory))
((eq elpy-shell-starting-directory 'current-buffer)
((eq elpy-shell-starting-directory 'current-directory)
default-directory)
((stringp elpy-shell-starting-directory)
(file-name-as-directory
Expand Down

0 comments on commit 1a97937

Please sign in to comment.