From e04f3d176eef7b6ed7e4f6e2ca2627f7904ecb1c Mon Sep 17 00:00:00 2001 From: Lorenzo Good Date: Wed, 14 Jan 2026 22:38:47 -0800 Subject: [PATCH] Fix formatter keybind. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 004db5c..92212cd 100644 --- a/init.el +++ b/init.el @@ -217,7 +217,7 @@ If the new path's directories does not exist, create them." (use-package eglot - :bind ("C-S-F" . eglot-format-buffer) + :bind ("C-x f" . eglot-format-buffer) ;; Configure hooks to automatically turn-on eglot for selected modes ;; :hook ;; (((python-mode ruby-mode elixir-mode) . eglot))