Skip to content

Commit 35c4e99

Browse files
purcellkritzcreek
authored andcommitted
Check for psc-ide-mode not purescript-mode in company backend (#160)
See #151, #152
1 parent 034172c commit 35c4e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psc-ide.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Defaults to \"output/\" and should only be changed with
198198
COMMAND, ARG and IGNORED correspond to the standard company backend API."
199199
(interactive (list 'interactive))
200200

201-
(when (derived-mode-p 'purescript-mode)
201+
(when psc-ide-mode
202202
(cl-case command
203203
(interactive (company-begin-backend 'company-psc-ide-backend))
204204

0 commit comments

Comments
 (0)