Skip to content

Commit 40f1d0f

Browse files
authored
Merge pull request #56 from Hi-Angel/rm-unused-defvars
Remove unused global variables
2 parents f315556 + 915cd2c commit 40f1d0f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

purescript-mode.el

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
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

0 commit comments

Comments
 (0)