Skip to content

Commit 7cfec2b

Browse files
author
Bozhidar Batsov
committed
Remove mention of non-existing command
1 parent 8819c47 commit 7cfec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(require 'eldoc)
3737
(require 'dash)
3838

39-
(defvar cider-extra-eldoc-commands '("cider-complete" "yas/expand")
39+
(defvar cider-extra-eldoc-commands '("yas/expand")
4040
"Extra commands to be added to eldoc's safe commands list.")
4141

4242
(defun cider-eldoc-format-thing (thing)

0 commit comments

Comments
 (0)