fix(lsp,org): appease byte-compiler-sama

This commit is contained in:
Henrik Lissner 2026-03-20 21:30:08 -04:00
parent 0d35240e70
commit bfbdb46092
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 2 additions and 1 deletions

View file

@ -91,7 +91,7 @@ Controlled by `+org-roam-auto-backlinks-buffer'."
;;;###autoload
(defun org-roam-link-follow-link-with-description-a (args)
"Use a 'roam:X' link's description if X is empty."
"Use a roam:X link's description if X is empty."
(when (or (string-empty-p (car args))
(null (car args)))
(setcar

View file

@ -18,6 +18,7 @@ killing and opening many LSP/eglot-powered buffers.")
(define-minor-mode +lsp-optimization-mode
"Deploys universal GC and IPC optimizations for `lsp-mode' and `eglot'."
:group '+lsp
:global t
:init-value nil
(if (not +lsp-optimization-mode)