From 24c0d3565d8e7aedc636fbdcf3df93b0c727afcc Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 6 Oct 2022 06:24:10 +0100 Subject: more comfortable haskell without lsp/eglot --- attic/elisp/misc.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'attic') diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index fec2c41..4b47104 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -414,6 +414,10 @@ (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 -- cgit v1.2.3