Skip to content

Commit c12276a

Browse files
committed
Update changelog
1 parent 973f115 commit c12276a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* [#1078](https://github.com/clojure-emacs/cider/issues/1078): Removed
5454
`cider-load-fn-into-repl-buffer`, previously bound to `C-c M-f` in the REPL.
5555
* [#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.
5757
* [#854](https://github.com/clojure-emacs/cider/pull/854): Error navigation now
5858
favors line information reported by the stacktrace, being more detailed than
5959
the info reported by `info` middleware.
@@ -65,8 +65,8 @@
6565
* Enable annotated completion candidates by default.
6666
* [#1031](https://github.com/clojure-emacs/cider/pull/1031): Interactive functions prompt with
6767
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>.
7070

7171
### Bugs fixed
7272

0 commit comments

Comments
 (0)