From 8989b629b13520ee9772c87069153d7d55696025 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sun, 2 Feb 2020 18:34:40 +0100 Subject: Change formatting keybinding --- lisp/init-eglot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-eglot.el') diff --git a/lisp/init-eglot.el b/lisp/init-eglot.el index 91c2c3b..6146bf6 100644 --- a/lisp/init-eglot.el +++ b/lisp/init-eglot.el @@ -8,8 +8,8 @@ :bind (:map eglot-mode-map ;; C-c r renames identifier ("C-c r" . eglot-rename) - ;; C-c p formats buffer - ("C-c p" . eglot-format)) + ;; C-c f formats buffer + ("C-c f" . eglot-format)) :config ;; disable imenu integration as it's currently unsupported with gopls ;; https://github.com/joaotavora/eglot/pull/303 -- cgit v1.2.3