File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
* [ #1078 ] ( https://github.com/clojure-emacs/cider/issues/1078 ) : Removed
54
54
` cider-load-fn-into-repl-buffer ` , previously bound to ` C-c M-f ` in the REPL.
55
55
* [ #1019 ] ( https://github.com/clojure-emacs/cider/pull/1019 ) :
56
- ` <kbd>C-u C-M-x</kbd> ` no longer does ` eval-defun ` +print-result. Instead it debugs the form at point.
56
+ <kbd >C-u C-M-x</kbd > no longer does ` eval-defun ` +print-result. Instead it debugs the form at point.
57
57
* [ #854 ] ( https://github.com/clojure-emacs/cider/pull/854 ) : Error navigation now
58
58
favors line information reported by the stacktrace, being more detailed than
59
59
the info reported by ` info ` middleware.
65
65
* Enable annotated completion candidates by default.
66
66
* [ #1031 ] ( https://github.com/clojure-emacs/cider/pull/1031 ) : Interactive functions prompt with
67
67
symbol at point as a default value.
68
- * Remapped ` cider-grimoire ` to ` <kbd>C-c C-d r</kbd> ` & ` <kbd>C-c C-d C-r</kbd> `
69
- to avoid conflicts with ` <kbd>C-g</kbd> ` .
68
+ * Remapped ` cider-grimoire ` to <kbd >C-c C-d r</kbd > & <kbd >C-c C-d C-r</kbd >
69
+ to avoid conflicts with <kbd >C-g</kbd >.
70
70
71
71
### Bugs fixed
72
72
You can’t perform that action at this time.
0 commit comments