1
0
Fork 0

Fix formatter keybind.

This commit is contained in:
Lorenzo Good 2026-01-14 22:38:47 -08:00
parent da50541a32
commit e04f3d176e

View file

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