File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 5151(defconst purescript-git-version " @GIT_VERSION@"
5252 " The Git version of `purescript-mode' ." )
5353
54- (defvar purescript-mode-pkg-base-dir (file-name-directory load-file-name)
55- " Package base directory of installed `purescript-mode' .
56- Used for locating additional package data files." )
57-
5854;;;### autoload
5955(defun purescript-version (&optional here )
6056 " Show the `purescript-mode` version in the echo area.
@@ -402,15 +398,6 @@ is asked to show extra info for the items matching QUERY.."
402398 current-prefix-arg)))
403399 (browse-url (format " https://pursuit.purescript.org/search?q=%s " query)))
404400
405- (defcustom purescript-completing-read-function 'completing-read
406- " Default function to use for completion."
407- :group 'purescript
408- :type '(choice
409- (function-item :tag " completing-read" :value completing-read)
410- (function-item :tag " ido" :value ido-completing-read)
411- (function-item :tag " helm" :value helm--completing-read-default)
412- (function :tag " Custom function" )))
413-
414401(defcustom purescript-indent-spaces 2
415402 " Number of spaces to indent inwards."
416403 :type 'integer
You can’t perform that action at this time.
0 commit comments