File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1495,6 +1495,7 @@ constructs."
1495
1495
(cider-repl-add-shortcut " ns" #'cider-repl-set-ns )
1496
1496
(cider-repl-add-shortcut " toggle-pprint" #'cider-repl-toggle-pretty-printing )
1497
1497
(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 )
1498
1499
(cider-repl-add-shortcut " browse-ns" (lambda () (interactive ) (cider-browse-ns (cider-current-ns))))
1499
1500
(cider-repl-add-shortcut " classpath" #'cider-classpath )
1500
1501
(cider-repl-add-shortcut " history" #'cider-repl-history )
@@ -1665,6 +1666,7 @@ constructs."
1665
1666
[" Set REPL ns" cider-repl-set-ns]
1666
1667
[" Toggle pretty printing" cider-repl-toggle-pretty-printing]
1667
1668
[" Toggle Clojure font-lock" cider-repl-toggle-clojure-font-lock]
1669
+ [" Toggle rich content types" cider-repl-toggle-content-types]
1668
1670
[" Require REPL utils" cider-repl-require-repl-utils]
1669
1671
" --"
1670
1672
[" Browse classpath" cider-classpath]
You can’t perform that action at this time.
0 commit comments