Skip to content

Commit 253289f

Browse files
committed
Move documentation commands to a dedicated menu section
1 parent 775017a commit 253289f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clojure-mode.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ Out-of-the box clojure-mode understands lein, boot and gradle."
259259
"--"
260260
["Unwind once" clojure-unwind]
261261
["Fully unwind a threading macro" clojure-unwind-all])
262-
"--"
263-
["View a Clojure guide" clojure-view-guide]
264-
["View a Clojure reference section" clojure-view-reference-section]
265-
["View the Clojure cheatsheet" clojure-view-cheatsheet]
266-
["View the Clojure Grimoire" clojure-view-grimoire]
262+
("Documentation"
263+
["View a Clojure guide" clojure-view-guide]
264+
["View a Clojure reference section" clojure-view-reference-section]
265+
["View the Clojure cheatsheet" clojure-view-cheatsheet]
266+
["View the Clojure Grimoire" clojure-view-grimoire])
267267
"--"
268268
["Report a clojure-mode bug" clojure-mode-report-bug]
269269
["Clojure-mode version" clojure-mode-display-version]))

0 commit comments

Comments
 (0)