Use eldoc compose eagerly
This commit is contained in:
parent
c586da323d
commit
4d9101d7ce
6
init.el
6
init.el
|
@ -586,10 +586,16 @@
|
||||||
(keymap-unset flyspell-mode-map "C-."))
|
(keymap-unset flyspell-mode-map "C-."))
|
||||||
|
|
||||||
(use-package ffap
|
(use-package ffap
|
||||||
|
:ensure nil
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
(ffap-bindings))
|
(ffap-bindings))
|
||||||
|
|
||||||
|
(use-package eldoc
|
||||||
|
:ensure nil
|
||||||
|
:custom
|
||||||
|
(eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly))
|
||||||
|
|
||||||
(use-package ibuffer
|
(use-package ibuffer
|
||||||
:bind ("C-x C-b" . ibuffer))
|
:bind ("C-x C-b" . ibuffer))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue