Skip to content
  • Frank Terbeck's avatar
    Move GUI setup to server-after-make-frame-hook · 8fb3d01c
    Frank Terbeck authored
    When starting an emacs server without a graphical user interface, for example
    when running the server via systemd, it's important to *not* set the GUI para-
    meters at startup time.
    
    This does all the GUI setup when the first GUI frame is created. After that,
    default-frame-alist has all those values and subsequent frames will look
    correct without additional work.
    8fb3d01c