lsp-mode icon indicating copy to clipboard operation
lsp-mode copied to clipboard

Use variable watcher with lsp-defcustom to support local variables.

Open brownts opened this issue 6 months ago • 2 comments

When custom variables are set locally using hack-local-variables, a custom variable's registered setter is not invoked. To address this, a variable watcher is used instead to cause the setter to be invoked when the variable is updated.

Fixes #4337.

brownts avatar Feb 27 '24 03:02 brownts