mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
autoload company-pcomplete-available
This function is called from the eshell module Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
(concat prefix (substring cand skip)))
|
||||
cnds)))
|
||||
|
||||
;;;###autoload
|
||||
(defun company-pcomplete-available ()
|
||||
(when (eq company-pcomplete-available 'unknown)
|
||||
(condition-case _err
|
||||
|
Reference in New Issue
Block a user