Skip to content

Commit

Permalink
Merge 15a9841 into 5c8a59a
Browse files Browse the repository at this point in the history
  • Loading branch information
nbfalcon committed Nov 25, 2020
2 parents 5c8a59a + 15a9841 commit 3e4d0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -7963,6 +7963,8 @@ Unless inside string or comment, or `looking-back' at CONTEXT."
(bolp)
(and (window-minibuffer-p)
(eq (point) (minibuffer-prompt-end)))
(and (derived-mode-p 'comint-mode)
(= (point) (comint-line-beginning-position)))
(lispy--in-string-or-comment-p)
(lispy-looking-back context))
(insert " "))))
Expand Down

0 comments on commit 3e4d0ee

Please sign in to comment.