Skip to content

Commit 915cd2c

Browse files
committed
purescript-mode.el: remove unused purescript-completing-read-function
1 parent 9b76c58 commit 915cd2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

purescript-mode.el

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -398,15 +398,6 @@ is asked to show extra info for the items matching QUERY.."
398398
current-prefix-arg)))
399399
(browse-url (format "https://pursuit.purescript.org/search?q=%s" query)))
400400

401-
(defcustom purescript-completing-read-function 'completing-read
402-
"Default function to use for completion."
403-
:group 'purescript
404-
:type '(choice
405-
(function-item :tag "completing-read" :value completing-read)
406-
(function-item :tag "ido" :value ido-completing-read)
407-
(function-item :tag "helm" :value helm--completing-read-default)
408-
(function :tag "Custom function")))
409-
410401
(defcustom purescript-indent-spaces 2
411402
"Number of spaces to indent inwards."
412403
:type 'integer

0 commit comments

Comments
 (0)