X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c6fe19d5ddff128cc87fabcd0e7f82be6af19781..0840478579e766d3b580bff2ca0d0b099306607e:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 4705e7e..1e46f34 100644 --- a/dot/emacs +++ b/dot/emacs @@ -417,7 +417,7 @@ (setq default-frame-alist (mdw-uniquify-alist - '((width . 78) + `((width . ,(if (>= emacs-major-version 21) 77 78)) (height . 33) (vertical-scroll-bars . right) (cursor-type . bar) @@ -425,10 +425,8 @@ (left-fringe . 5) (right-fringe . 5) (scroll-bar-width . 15) - (cursor-color . "red")) - (if mdw-black-background - '((background-mode . dark)) - '((background-mode . light))))) + (cursor-color . "red") + (background-mode . ,(if mdw-black-background 'dark 'light))))) (setq window-system-default-frame-alist '((pm (font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850") (menu-font . "8.Helv")