Skip to content

Commit 9497855

Browse files
authored
Enable company-quickhelp-use-propertized-text by default
1 parent 278c962 commit 9497855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/base/configs/init.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
lsp-signature-function #'lsp-signature-posframe
4848

4949
;; faster details popup
50-
company-quickhelp-delay 0.1)
50+
company-quickhelp-delay 0.1
51+
company-quickhelp-use-propertized-text t)
5152

5253
(with-eval-after-load 'dired
5354
(treemacs-icons-dired-mode))

0 commit comments

Comments
 (0)