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 51
51
(defconst purescript-git-version " @GIT_VERSION@"
52
52
" The Git version of `purescript-mode' ." )
53
53
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
-
58
54
;;;### autoload
59
55
(defun purescript-version (&optional here )
60
56
" Show the `purescript-mode` version in the echo area.
@@ -402,15 +398,6 @@ is asked to show extra info for the items matching QUERY.."
402
398
current-prefix-arg)))
403
399
(browse-url (format " https://pursuit.purescript.org/search?q=%s " query)))
404
400
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
-
414
401
(defcustom purescript-indent-spaces 2
415
402
" Number of spaces to indent inwards."
416
403
:type 'integer
You can’t perform that action at this time.
0 commit comments