From c1a1b77ec0c7fff9ecf7122d10dcd16eebcd3829 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Mon, 6 Apr 2020 14:44:01 -0400 Subject: [PATCH] Update README --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index edc139b..65dbd2e 100644 --- a/README.org +++ b/README.org @@ -13,9 +13,11 @@ Get the file, add to load path, and (require 'eldoc-box) #+END_SRC -It is also available on [[https://melpa.org/#/eldoc-box][MELPA]] +It is also available on [[https://melpa.org/#/eldoc-box][MELPA]]. * Usage +*Note:* If you use Gnome and Emacs 27, set ~x-gtk-resize-child-frames~ to ~resize-mode~ to avoid breakage of childframe. + ** Function - =eldoc-box-hover-mode= :: Display documentation of the symbol at point in a childframe on upper corner. - =eldoc-box-hover-at-point-mode= :: Same as =eldoc-box-hover-mode= except the childframe is displayed at point, instead of on the upper corner.