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))