mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/lsp: refactor out dash
This commit is contained in:
@ -19,6 +19,7 @@ been moved out to their respective modules, or these hooks:
|
||||
(lsp--try-project-root-workspaces (equal arg '(4))
|
||||
(and arg (not (equal arg 1)))))))
|
||||
(lsp-mode 1)
|
||||
(lsp--info "Connected to %s."
|
||||
(apply 'concat (--map (format "[%s]" (lsp--workspace-print it))
|
||||
lsp--buffer-workspaces)))))
|
||||
(lsp--info
|
||||
"Connected to %s."
|
||||
(apply #'concat (mapcar (lambda (it) (format "[%s]" (lsp--workspace-print it)))
|
||||
lsp--buffer-workspaces)))))
|
||||
|
Reference in New Issue
Block a user