Skip to content

Commit 1c5f3fb

Browse files
committed
Add a note that all bundled major modes derive from clojure-mode
1 parent 266ea17 commit 1c5f3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Having separate major modes gives you the flexibility to attach different hooks
5656
to them and to alter their behavior individually (e.g. add extra font-locking
5757
just to `clojurescript-mode`) .
5858

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+
5963
## Configuration
6064

6165
To see a list of available configuration options do `M-x customize-group RET clojure`.

0 commit comments

Comments
 (0)