summaryrefslogtreecommitdiff
path: root/lisp/general.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-11-17 08:09:53 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2022-11-17 08:09:53 -0500
commita84954287fe4a9cc742aa82d6c399f9c038c7aae (patch)
treed793084d669d69f8901f13df3bf792450fcc6119 /lisp/general.el
parentf953b5c010cea5167e3c945edd498e0404ded92d (diff)
Company quick help mode
Diffstat (limited to 'lisp/general.el')
-rw-r--r--lisp/general.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/general.el b/lisp/general.el
index 106e2c5..80096a1 100644
--- a/lisp/general.el
+++ b/lisp/general.el
@@ -235,6 +235,15 @@
)
)
+(use-package company-quickhelp
+ :ensure t
+ :defer t
+ :init (company-quickhelp-mode 1)
+ :config
+ (setq company-quickhelp-delay 0
+ )
+ )
+
;; Eglot
(use-package eglot
:custom