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)