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 034172c commit 35c4e99Copy full SHA for 35c4e99
psc-ide.el
@@ -198,7 +198,7 @@ Defaults to \"output/\" and should only be changed with
198
COMMAND, ARG and IGNORED correspond to the standard company backend API."
199
(interactive (list 'interactive))
200
201
- (when (derived-mode-p 'purescript-mode)
+ (when psc-ide-mode
202
(cl-case command
203
(interactive (company-begin-backend 'company-psc-ide-backend))
204
0 commit comments