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 f483c5b commit 8699b74Copy full SHA for 8699b74
hy-jedhy.el
@@ -289,7 +289,8 @@ shift-K keybinding that executes `spacemacs/evil-smart-doc-lookup'."
289
"Implements autocompletion for `hy-mode'."
290
(interactive (list 'interactive))
291
292
- (when (hy-shell--live-internal?)
+ (when (and (string= major-mode "hy-mode")
293
+ (hy-shell--live-internal?))
294
(cl-case command
295
(prefix (company-grab-symbol))
296
(candidates (hy-jedhy--prefix-str->candidates prefix-or-candidate-str))
0 commit comments