diff options
Diffstat (limited to 'custom/jao-custom-programming.el')
| -rw-r--r-- | custom/jao-custom-programming.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index 925c2f0..e879222 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -59,7 +59,7 @@ (eglot-inlay-hints-mode -1) (setq-local eldoc-display-functions '(eldoc-display-in-buffer))) :config - :hook (eglot--managed-mode . jao-eglot-managed-mode-hook) + :hook (eglot-managed-mode . jao-eglot-managed-mode-hook) :bind (:map eglot-mode-map (("C-h ." . jao-eldoc-toggle)))) ;;;; paredit and parens |
