回答:
これは、次のコードで会社の変圧器を変更することによって解決できます。
(push (apply-partially #'cl-remove-if
(lambda (c)
(or (string-match-p "[^\x00-\x7F]+" c)
(string-match-p "[0-9]+" c)
(if (equal major-mode "org")
(>= (length c) 15)))))
company-transformers)
このコードで:
あらゆるものをカスタマイズできます。
お役に立てれば!