summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index 8b547e6..9232d94 100644
--- a/init.el
+++ b/init.el
@@ -1808,11 +1808,11 @@
(when (and c (listp c))
(append c '(:exclusive no)))))
+
(defun jao-eshell--set-up-completion ()
- (setq-local completion-styles '(basic partial-completion)
- completion-at-point-functions
- '(jao-eshell-completion-capf
- pcomplete-completions-at-point t)))
+ (setq-local completion-styles '(basic partial-completion))
+ (add-hook 'completion-at-point-functions
+ 'bash-completion-capf-nonexclusive nil t))
(use-package bash-completion
:ensure t