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-."))
|
||||
|
||||
(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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue