diff --git a/init.el b/init.el index 58f3113..7d83e75 100644 --- a/init.el +++ b/init.el @@ -586,10 +586,16 @@ (keymap-unset flyspell-mode-map "C-.")) (use-package ffap + :ensure nil :demand t :config (ffap-bindings)) +(use-package eldoc + :ensure nil + :custom + (eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly)) + (use-package ibuffer :bind ("C-x C-b" . ibuffer))