From a2376bad60b94085723075b637a8f3c5e01fc1c0 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Mon, 19 May 2025 01:37:18 +0300 Subject: [PATCH] purescript-yas.el: remove ghc-related variable GHC isn't a thing in PureScript, it's a variable from times this was a "haskell-mode". Remove it. --- purescript-yas.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/purescript-yas.el b/purescript-yas.el index a531e73..db8c251 100644 --- a/purescript-yas.el +++ b/purescript-yas.el @@ -33,12 +33,6 @@ :group 'purescript :prefix "purescript-yas-") -(defcustom purescript-yas-ghc-language-pragmas - (split-string (shell-command-to-string "ghc --supported-extensions")) - "List of language pragmas supported by the installed version of GHC." - :group 'purescript-yas - :type '(repeat string)) - (defcustom purescript-yas-completing-function 'completing-read "Function to use for completing among alternatives." :group 'purescript-yas