-
-
Notifications
You must be signed in to change notification settings - Fork 247
Decouple from lisp-mode #270
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
IMO stuff like outline-regexp should not be hard-coded by clojure-mode-variables, but made customizable. Interested? |
While this is not a defcustom everyone can customize it even now (using the |
Using a hook requires some specific Emacs Lisp knowledge, while M-x customize... is understood by beginners. |
That's really debatable. :-) |
autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it |
Clojure is reasonably different from both Emacs Lisp and Common Lisp and we should decouple clojure-mode completely from
lisp-mode.el
. The fact that a lot of code is being leveraged from there makes implementing certain things pretty hard.The text was updated successfully, but these errors were encountered: