File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
* [ #119 ] ( https://github.com/clojure-emacs/inf-clojure/pull/119 ) : Set inf-clojure-buffer REPL type on detect.
22
22
* [ #120 ] ( https://github.com/clojure-emacs/inf-clojure/pull/120 ) : Send REPL string always, even if empty.
23
23
* [ #128 ] ( https://github.com/clojure-emacs/inf-clojure/pull/128 ) : Fix inf-clojure-apropos.
24
+ * [ #129 ] ( https://github.com/clojure-emacs/inf-clojure/pull/129 ) : Add ` @ ` (deref) to the expression breaking chars.
24
25
25
26
## 2.0.1 (2017-05-18)
26
27
Original file line number Diff line number Diff line change @@ -1318,7 +1318,7 @@ you might want to use in your customization."
1318
1318
:safe #'functionp
1319
1319
:package-version '(inf-clojure . " 2.1.0" ))
1320
1320
1321
- (defconst inf-clojure-clojure-expr-break-chars " \t\n\"\' `><,;|&{()[]" )
1321
+ (defconst inf-clojure-clojure-expr-break-chars " \t\n\"\' `><,;|&{()[]@ " )
1322
1322
1323
1323
(defun inf-clojure-completion-bounds-of-expr-at-point ()
1324
1324
" Return bounds of expression at point to complete."
You can’t perform that action at this time.
0 commit comments