Skip to content

Commit

Permalink
Merge pull request #141 from pbaille/select-current-string-when-enter…
Browse files Browse the repository at this point in the history
…ing-symex-interface

Handling entering symex interface from inside a string
  • Loading branch information
countvajhula authored Sep 20, 2024
2 parents 5b1609e + 65e5f6e commit 6e98670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symex-primitives-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ as special cases here."
(save-excursion (forward-char) (lispy-right-p))) ; |)
(forward-char)
(lispy-different))
((thing-at-point 'string) ; "som|e string"
(beginning-of-thing 'string))
((thing-at-point 'sexp) ; som|ething
(beginning-of-thing 'sexp))
(t (symex-lisp--if-stuck (symex-lisp--backward)
Expand Down

0 comments on commit 6e98670

Please sign in to comment.