clojure-mode
clojure-mode copied to clipboard
Decouple from lisp-mode
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.
IMO stuff like outline-regexp should not be hard-coded by clojure-mode-variables, but made customizable. Emacs want be able to tweak the mode - so let's make that easy.
Interested?
While this is not a defcustom everyone can customize it even now (using the clojure-mode-hook
). After all those are just buffer-local-variables.
Using a hook requires some specific Emacs Lisp knowledge, while M-x customize... is understood by beginners.
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