X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/dca9e3aed231e0c5b527c03e9c27d25250bfef87..2dd9081f5f0d805d4b99fd087d29c9cf9da4815f:/dot/emacs diff --git a/dot/emacs b/dot/emacs index d3c9251..e5ae0b8 100644 --- a/dot/emacs +++ b/dot/emacs @@ -382,14 +382,12 @@ (cursor-color . "red")) (if mdw-black-background '((background-mode . dark)) - '((background-mode . light))) - (and (eq window-system 'x) - '((font . "6x13"))) - (and (eq window-system 'pm) - '((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850") - (menu-font . "8.Helv") - (background-color . "lightgrey"))) - default-frame-alist)) + '((background-mode . light))))) +(setq window-system-default-frame-alist + '((pm (font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850") + (menu-font . "8.Helv") + (background-color . "lightgrey")) + (nil (menu-bar-lines . 0)))) ;; Other frame fiddling.