mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
eshell: ignore errors thrown by pcomplete
This commit is contained in:
@ -155,7 +155,7 @@ module to be loaded."
|
|||||||
bottom. This ties pcomplete into ivy or helm, if they are enabled."
|
bottom. This ties pcomplete into ivy or helm, if they are enabled."
|
||||||
(interactive)
|
(interactive)
|
||||||
(require 'pcomplete)
|
(require 'pcomplete)
|
||||||
(pcomplete-std-complete))
|
(ignore-errors (pcomplete-std-complete)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +eshell/quit-or-delete-char (arg)
|
(defun +eshell/quit-or-delete-char (arg)
|
||||||
|
Reference in New Issue
Block a user