8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0421afd commit 819e3e3Copy full SHA for 819e3e3
lisp/ein-ac.el
@@ -142,7 +142,8 @@ compatibility with `ein:completer-finish-completing-default'."
142
(ein:ac-prepare-completion matches)
143
(when matches ; No auto-complete drop-down list when no matches
144
(let ((ac-expand-on-auto-complete expand))
145
- (auto-complete '(ac-source-ein-direct)))))
+ (ac-start))))
146
+;; Why `ac-start'? See: `jedi:complete'.
147
148
(defun ein:ac-clear-cache ()
149
(setq ein:ac-cache-matches
lisp/ein-jedi.el
@@ -67,7 +67,8 @@
67
replies
68
69
70
- (auto-complete ein:jedi-dot-complete-sources))))))))
+ (ac-start))))))))
71
72
73
;;;###autoload
74
(defun ein:jedi-dot-complete ()
0 commit comments