Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions purescript-yas.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down