summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-27 05:16:35 +0100
committerjao <jao@gnu.org>2022-10-27 05:16:35 +0100
commit49807590c9e68eb0d0eda2dae5b60bf297922ba7 (patch)
treeba668cb48a5765613e888a2f0f5d4d0de3973fd3 /init.el
parent5ef91a4ed94c372ac995d9e16c472a826342f57e (diff)
downloadelibs-49807590c9e68eb0d0eda2dae5b60bf297922ba7.tar.gz
elibs-49807590c9e68eb0d0eda2dae5b60bf297922ba7.tar.bz2
eglot is in core, although i don't use it
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 798fbce..b42d6a3 100644
--- a/init.el
+++ b/init.el
@@ -1923,6 +1923,10 @@
:init (add-hook 'prog-mode-hook #'smartscan-mode)
:diminish)
+;;;; eglot
+(use-package eglot
+ :bind (:map eglot-mode-map (("C-h ." . jao-eldoc-toggle))))
+
;;;; paredit and parens
(require 'paren)
(show-paren-mode t)