~ruther/emacs.d

27a8dc9130e5119fd22c4a9fca135602236be51c — Rutherther 9 months ago cae5502
feat: add eldoc composing strategy
1 files changed, 9 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +9 -2
@@ 599,7 599,10 @@
  :ensure t
  :demand t
  :custom
  (golden-ratio-exclude-buffer-regexp '("dape"))
  (golden-ratio-exclude-buffer-regexp
   '(
     "dape"
    "^\\*eldoc"))
  (golden-ratio-exclude-modes '("ediff-mode"))
  (golden-ratio-extra-commands '(
                                 ;; ace-window


@@ 1041,7 1044,11 @@
(my-use-package eldoc
  :ensure t
  :custom
  (eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly))
  (eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly)
  :config
  (add-to-list 'display-buffer-alist
              '("^\\*eldoc for" display-buffer-at-bottom
                (window-height . 4))))

(my-use-package eglot
  :ensure t

Do not follow this link