Skip to content

Commit 50d6ddc

Browse files
committed
Add the commands for clearing banners to the REPL's menu
1 parent 705133f commit 50d6ddc

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
@@ -1297,6 +1297,8 @@ constructs."
12971297
["Previous prompt" cider-repl-previous-prompt]
12981298
["Clear output" cider-repl-clear-output]
12991299
["Clear buffer" cider-repl-clear-buffer]
1300+
["Clear banners" cider-repl-clear-banners]
1301+
["Clear help banner" cider-repl-clear-help-banner]
13001302
["Kill input" cider-repl-kill-input]
13011303
"--"
13021304
["Interrupt evaluation" cider-interrupt]

0 commit comments

Comments
 (0)