update packages

This commit is contained in:
2021-01-08 19:32:30 +01:00
parent ce8f24d28a
commit f5649dceab
467 changed files with 26642 additions and 22487 deletions

View File

@@ -10,9 +10,9 @@
(when s
(if (> max-length 3)
(if (> (length s) max-length)
(concat (substring s 0 (- max-length 3)) "...")
(concat (substring s 0 (- max-length 3)) org-cliplink-ellipsis)
s)
"..."))
org-cliplink-ellipsis))
s))
(provide 'org-cliplink-string)