clojure-emacs / clojure-emacs/clojure-mode
After turning off paredit-mode, can't type unbalanced curly brace }
- Dominant language
- Emacs Lisp
- Stars
- 1k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
## Expected behavior
Turn on paredit-mode, then turn it off, and be able to type unbalanced characters `()[]{}`.
## Actual behavior
Can't type an unbalanced `}`
## Steps to reproduce the problem
Open a clojure file, run `M-x paredit-mode`, then run it again to turn it off. Try to type a `}`. Something of paredit mode persists and prevents it.
## Environment & Version information
### clojure-mode version information
Clojure Mode 5.10.0
I see this is package list, but oddly, `clojure-mode-display-version` is showing `clojure-mode (version nil)` in the minibuffer.
### Emacs version
Emacs 25.3.1
### Operating system
macOS 10.13.6
Contributor guide
Assessment
This issue has not been assessed yet.