Skip to content

Commit 1672e80

Browse files
author
Bozhidar Batsov
committed
yas/expand -> yas-expand
1 parent 7cfec2b commit 1672e80

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 '("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)