Remove s.el dependency

This commit is contained in:
TEC 2021-01-01 19:17:50 +08:00
parent dbee6fa4cb
commit 34d625d1bb
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 2 additions and 2 deletions

View File

@ -586,8 +586,8 @@ Returns a list of plists with keys :word, :dict, and :info."
(lexic-dictionary-spec (car dict-suggestions) :short)
(car dict-suggestions))
'face 'outline-3)
(propertize (s-join "\n\u200B\u200B\u200B"
(cadr dict-suggestions))
(propertize
(mapconcat 'identity (cadr dict-suggestions) "\n\u200B\u200B\u200B")
'face 'font-lock-keyword-face)))
(sort suggestions
(lambda (a b)