We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266ea17 commit 1c5f3fbCopy full SHA for 1c5f3fb
README.md
@@ -56,6 +56,10 @@ Having separate major modes gives you the flexibility to attach different hooks
56
to them and to alter their behavior individually (e.g. add extra font-locking
57
just to `clojurescript-mode`) .
58
59
+Note that all modes derive from `clojure-mode`, so things you add to
60
+`clojure-mode-hook` and `clojure-mode-map` will affect all the derived modes as
61
+well.
62
+
63
## Configuration
64
65
To see a list of available configuration options do `M-x customize-group RET clojure`.
0 commit comments