Skip to content

Commit d046322

Browse files
committed
Add a space before ^L
This is to be consistent with most other Elisp (including `lsp-mode').
1 parent dc56a25 commit d046322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-ivy.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ When called with prefix ARG the default selection will be symbol at point."
221221
(when arg (thing-at-point 'symbol))))
222222

223223

224+
224225
;;;###autoload
225226
(defun lsp-ivy-workspace-folders-remove ()
226227
"Remove a project-root from the list of workspace folders."

0 commit comments

Comments
 (0)