summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordan sutton <danielsutton01@gmail.com>2018-08-14 08:15:47 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-18 04:53:04 +0200
commit9d2af835f2036c2f2f0cad82bfccea927b988ef0 (patch)
treed54c344a5bb03bc703ffc9bc0d3975d7a128e4b5 /CHANGELOG.md
parent0a1f536bdf351ec756b7bd8c1bc0e8750a36b8aa (diff)
Remove comment aware toplevel defun code
This code has migrated to clojure-mode and is now installed such that `end-of-defun` and `beginning-of-defun` are aware of comment forms. As such CIDER no longer needs to special case them and can just navigate as usual.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 615c11d6..44f5bd8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### New features
+* [#2375](https://github.com/clojure-emacs/cider/issues/2375): Move `cider-eval-toplevel-inside-comment-form` into clojure-mode as `clojure-toplevel-inside-comment-form` so `beginning-of-defun` is aware of comment forms.
* Add new `cider-session-name-template` variable for flexible customization of cider session and REPL buffer names.
* Bind `C-c M-r` to `cider-restart`.
* Add new `cider-start-map` keymap (`C-c C-x`) for jack-in and connection commands.