Skip to content

Commit 347dba7

Browse files
committed
feat: make debug variable customizable
1 parent cff06ad commit 347dba7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

add-node-modules-path.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
;;; Code:
3333

3434
;;;###autoload
35-
(defvar add-node-modules-path-debug nil
36-
"Enable verbose output when non nil.")
35+
(defcustom add-node-modules-path-debug nil
36+
"Enable verbose output when non nil."
37+
:type 'boolean)
3738

3839
;;;###autoload
3940
(defun add-node-modules-path ()

0 commit comments

Comments
 (0)