diff options
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index 45b7099..c2f168c 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -425,10 +425,6 @@ (interactive) (jao-notify "Volume" (format "%s%%" (jao-player-volume)))) -;;;; eglot -(use-package eglot - :ensure t - :bind (:map eglot-mode-map (("C-h ." . jao-eldoc-toggle)))) ;;; corfu (use-package corfu :ensure t |