diff --git a/configs/init-packages.el b/configs/init-packages.el index 551ff0a..7668d72 100644 --- a/configs/init-packages.el +++ b/configs/init-packages.el @@ -28,6 +28,12 @@ ("M-S-" . buf-move-right)) ) +;; Mostrar la ayuda de eldoc/documentación en un childframe +(use-package eldoc-box + :straight t + :defer t + :bind ("" . eldoc-box-help-at-point)) + ;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también) (use-package expand-region :straight t