emacs/eshell: fix pcomplete+ivy/helm integration
Use ivy/helm instead of the popup at the bottom.
This commit is contained in:
parent
01b2856cc2
commit
c0f601721c
2 changed files with 9 additions and 0 deletions
|
@ -125,6 +125,14 @@ module to be loaded."
|
|||
(insert command)
|
||||
(eshell-send-input nil t)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +eshell/pcomplete ()
|
||||
"Use pcomplete with completion-in-region backend instead of popup window at
|
||||
bottom. This ties pcomplete into ivy or helm, if they are enabled."
|
||||
(interactive)
|
||||
(require 'pcomplete)
|
||||
(pcomplete-std-complete))
|
||||
|
||||
|
||||
;;
|
||||
;; Hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue