1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Show how to add wait-for-wm to frame's parameter list.

This commit is contained in:
Eli Zaretskii 2001-07-18 06:44:35 +00:00
parent 374daba6de
commit 84891dd783

View File

@ -12,8 +12,12 @@ A workaround for this is to add something like
emacs.waitForWM: false
to your X resources. or to add `(wait-for-wm . nil)' to a frame's
parameter list.
to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
frame's parameter list, like this:
(modify-frame-parameters nil '((wait-for-wm . nil)))
(this should go into your `.emacs' file).
* Underlines appear at the wrong position.