From fe882950904508e30d16d819192fa9ee023501f3 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 14 Mar 2023 14:50:00 +0100 Subject: eglot: make function interactive --- lisp/init-eglot.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 04a01ab..da392e1 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -16,6 +16,7 @@ ;; this is a workaround for eglot-code-action-organize-imports not working ;; https://github.com/joaotavora/eglot/issues/1132 ;; https://github.com/joaotavora/eglot/issues/574#issuecomment-1401023985 + (interactive) (eglot-code-actions nil nil "source.organizeImports" t)) (defun mpolden/format-before-save () -- cgit v1.2.3