We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with clojure-toplevel-inside-comment-form set, and paredit enabled. Insert a pair of parens
clojure-toplevel-inside-comment-form
paredit
() | ;; <-- cursor here, type `(` (comment)
will become
() (|)(comment) ;; <-- cursor jump to here
clojure-mode (version 5.8.2)
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05
Linux
The text was updated successfully, but these errors were encountered:
Sounds like a task for @dpsutton. :-)
Sorry, something went wrong.
This is weird interaction wit paredit mode but i'm investigating.
16a889a
No branches or pull requests
Actual behavior and reproduce steps
with
clojure-toplevel-inside-comment-form
set, andparedit
enabled. Insert a pair of parenswill become
Environment & Version information
clojure-mode version information
Emacs version
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05
Operating system
Linux
The text was updated successfully, but these errors were encountered: