diff options
author | jao <jao@gnu.org> | 2022-10-27 05:16:35 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-27 05:16:35 +0100 |
commit | 49807590c9e68eb0d0eda2dae5b60bf297922ba7 (patch) | |
tree | ba668cb48a5765613e888a2f0f5d4d0de3973fd3 /attic/elisp | |
parent | 5ef91a4ed94c372ac995d9e16c472a826342f57e (diff) | |
download | elibs-49807590c9e68eb0d0eda2dae5b60bf297922ba7.tar.gz elibs-49807590c9e68eb0d0eda2dae5b60bf297922ba7.tar.bz2 |
eglot is in core, although i don't use it
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 |