diff options
author | jao <jao@gnu.org> | 2022-10-06 06:24:10 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-06 06:25:22 +0100 |
commit | 24c0d3565d8e7aedc636fbdcf3df93b0c727afcc (patch) | |
tree | 00a59490f7f1c06aba3c6ed231399e963e7c8378 /attic/elisp | |
parent | cad941cca575d0f38c9668e3f5c69fc33dd3b24d (diff) | |
download | elibs-24c0d3565d8e7aedc636fbdcf3df93b0c727afcc.tar.gz elibs-24c0d3565d8e7aedc636fbdcf3df93b0c727afcc.tar.bz2 |
more comfortable haskell without lsp/eglot
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |