-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I'm running into an issue with lsp-mode which is described in emacs-lsp/lsp-mode#1322. lsp-mode uses lv-message instead of message to print some information, and this seems to trigger saving with super-save. I don't want to disable any super-save triggers, so I'm wondering if there's any good way to work around this issue (i.e. is it possible to detect if certain functions resulted in the trigger and ignore it in some cases?).
I've currently worked around this issue in lsp-mode by adding (setq lsp-signature-function 'message) to my config file. But I'd prefer to remove this in the future so I can get the default lv-message functionality.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels