From bfbdb46092dde83d43c279b9cf05d5800ee71aee Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 Mar 2026 21:30:08 -0400 Subject: [PATCH] fix(lsp,org): appease byte-compiler-sama --- modules/lang/org/autoload/contrib-roam.el | 2 +- modules/tools/lsp/config.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lang/org/autoload/contrib-roam.el b/modules/lang/org/autoload/contrib-roam.el index e27b4ffd3..426c30888 100644 --- a/modules/lang/org/autoload/contrib-roam.el +++ b/modules/lang/org/autoload/contrib-roam.el @@ -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 diff --git a/modules/tools/lsp/config.el b/modules/tools/lsp/config.el index 8d70163c5..30a08e5f7 100644 --- a/modules/tools/lsp/config.el +++ b/modules/tools/lsp/config.el @@ -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)