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.
2 parents 023cdf2 + a2376ba commit 8f41904Copy full SHA for 8f41904
purescript-yas.el
@@ -33,12 +33,6 @@
33
:group 'purescript
34
:prefix "purescript-yas-")
35
36
-(defcustom purescript-yas-ghc-language-pragmas
37
- (split-string (shell-command-to-string "ghc --supported-extensions"))
38
- "List of language pragmas supported by the installed version of GHC."
39
- :group 'purescript-yas
40
- :type '(repeat string))
41
-
42
(defcustom purescript-yas-completing-function 'completing-read
43
"Function to use for completing among alternatives."
44
:group 'purescript-yas
0 commit comments