2023-10-03 09:47:19 +02:00
|
|
|
(setq initial-frame-alist
|
|
|
|
'((fullscreen . maximized)
|
|
|
|
(font . "MonoLisa-11")
|
|
|
|
(width . 85)
|
2023-10-24 14:27:22 +02:00
|
|
|
(height . 50)
|
2023-11-01 20:56:03 +01:00
|
|
|
(and (eq system-type 'gnu/linux)
|
2023-10-02 17:11:41 +02:00
|
|
|
(undecorated . t))))
|