Skip to content

Commit b9d505b

Browse files
committed
Increase the visibility of cider-repl-toggle-content-types
1 parent 81662e1 commit b9d505b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-repl.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ constructs."
14951495
(cider-repl-add-shortcut "ns" #'cider-repl-set-ns)
14961496
(cider-repl-add-shortcut "toggle-pprint" #'cider-repl-toggle-pretty-printing)
14971497
(cider-repl-add-shortcut "toggle-font-lock" #'cider-repl-toggle-clojure-font-lock)
1498+
(cider-repl-add-shortcut "toggle-content-types" #'cider-repl-toggle-content-types)
14981499
(cider-repl-add-shortcut "browse-ns" (lambda () (interactive) (cider-browse-ns (cider-current-ns))))
14991500
(cider-repl-add-shortcut "classpath" #'cider-classpath)
15001501
(cider-repl-add-shortcut "history" #'cider-repl-history)
@@ -1665,6 +1666,7 @@ constructs."
16651666
["Set REPL ns" cider-repl-set-ns]
16661667
["Toggle pretty printing" cider-repl-toggle-pretty-printing]
16671668
["Toggle Clojure font-lock" cider-repl-toggle-clojure-font-lock]
1669+
["Toggle rich content types" cider-repl-toggle-content-types]
16681670
["Require REPL utils" cider-repl-require-repl-utils]
16691671
"--"
16701672
["Browse classpath" cider-classpath]

0 commit comments

Comments
 (0)