eshell: ignore errors thrown by pcomplete
This commit is contained in:
parent
e9c97d7ad0
commit
2dbdbc245c
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ module to be loaded."
|
|||
bottom. This ties pcomplete into ivy or helm, if they are enabled."
|
||||
(interactive)
|
||||
(require 'pcomplete)
|
||||
(pcomplete-std-complete))
|
||||
(ignore-errors (pcomplete-std-complete)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +eshell/quit-or-delete-char (arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue