feat(eldoc-box): hello floating docs (req. Emacs 31 on TUI)
This commit is contained in:
committed by
Rahul M. Juliato
parent
817ef56eac
commit
74a58f78e6
13
init.el
13
init.el
@@ -767,7 +767,18 @@
|
||||
(setq lsp-tailwindcss-add-on-mode t))
|
||||
|
||||
|
||||
;;; Diff-HL
|
||||
;;; ELDOC-BOX
|
||||
;; eldoc-box enhances the default Eldoc experience by displaying documentation in a popup box,
|
||||
;; usually in a child frame. This makes it easier to read longer docstrings without relying on
|
||||
;; the minibuffer. It integrates seamlessly with Eldoc and activates when Eldoc is active.
|
||||
;; Useful for graphical Emacs; terminal users may want to fall back to `eldoc-box-display-at-point-mode'.
|
||||
(use-package eldoc-box
|
||||
:ensure t
|
||||
:straight t
|
||||
:defer t)
|
||||
|
||||
|
||||
;;; DIFF-HL
|
||||
;; The `diff-hl' package provides visual indicators for version control changes
|
||||
;; directly in the margin of the buffer, showing lines added, deleted, or changed.
|
||||
;; This is useful for tracking modifications while you edit files. When enabled,
|
||||
|
||||
Reference in New Issue
Block a user