Fix formatter keybind.
This commit is contained in:
parent
da50541a32
commit
e04f3d176e
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
|
@ -217,7 +217,7 @@ If the new path's directories does not exist, create them."
|
||||||
|
|
||||||
|
|
||||||
(use-package eglot
|
(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
|
;; Configure hooks to automatically turn-on eglot for selected modes
|
||||||
;; :hook
|
;; :hook
|
||||||
;; (((python-mode ruby-mode elixir-mode) . eglot))
|
;; (((python-mode ruby-mode elixir-mode) . eglot))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue