mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-26 16:20:38 -07:00
fix(lsp,org): appease byte-compiler-sama
This commit is contained in:
parent
0d35240e70
commit
bfbdb46092
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue