Skip to content

Commit d4010db

Browse files
arichiardibbatsov
authored andcommitted
Add @ (deref) and ^ to the expression breaking chars
They were both missing and therefore the inf-clojure was not able to identify completions bounds correctly.
1 parent ec99211 commit d4010db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ you might want to use in your customization."
13441344
:safe #'functionp
13451345
:package-version '(inf-clojure . "2.1.0"))
13461346

1347-
(defconst inf-clojure-clojure-expr-break-chars " \t\n\"\'`><,;|&{()[]")
1347+
(defconst inf-clojure-clojure-expr-break-chars " \t\n\"\'`><,;|&{()[]@\\^")
13481348

13491349
(defun inf-clojure-completion-bounds-of-expr-at-point ()
13501350
"Return bounds of expression at point to complete."

0 commit comments

Comments
 (0)