Skip to content

Commit 3f47ff0

Browse files
authored
Mark lsp-solargraph-use-bundler as safe if booleanp (#2332)
Wanting to use bundler or not is very likely to be project-specific and something you would want to set in a .dir-locals.el.
1 parent af1ad22 commit 3f47ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/lsp-solargraph.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
(defcustom lsp-solargraph-use-bundler nil
107107
"Run solargraph under bundler"
108108
:type 'boolean
109+
:safe #'booleanp
109110
:group 'lsp-solargraph
110111
:package-version '(lsp-mode . "6.1"))
111112

0 commit comments

Comments
 (0)