Skip to content

Commit

Permalink
le-clojure.el (lispy--eval-clojure-context): Do nothing when #break e…
Browse files Browse the repository at this point in the history
…xists

Fixes #529
  • Loading branch information
abo-abo committed Apr 24, 2020
1 parent a8beea0 commit 776ed5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions le-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
(cond
((eq major-mode 'clojurescript-mode)
e-str)
((string-match-p "#break" e-str)
e-str)
(lispy--clojure-middleware-loaded-p
(format (if (memq this-command '(special-lispy-eval
special-lispy-eval-and-insert))
Expand Down

0 comments on commit 776ed5d

Please sign in to comment.