From: Mark Wooding Date: Thu, 23 Jul 2015 09:11:45 +0000 (+0100) Subject: dot/emacs: Reformat frame-list settings stanza. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/861e478a700e9f7a762dc775d88427bbba5d6a8a dot/emacs: Reformat frame-list settings stanza. --- diff --git a/dot/emacs b/dot/emacs index 6b15066..d091acd 100644 --- a/dot/emacs +++ b/dot/emacs @@ -435,18 +435,17 @@ ;; Default frame size. (setq default-frame-alist - (mdw-uniquify-alist - `((width . ,(if (>= emacs-major-version 21) 77 78)) - (height . 33) - (vertical-scroll-bars . right) - (cursor-type . bar) - (cursor-blink . t) - (left-fringe . 5) - (right-fringe . 5) - (scroll-bar-width . 15) - (cursor-color . "red") - (background-mode . ,(if mdw-black-background 'dark 'light))))) -(setq window-system-default-frame-alist + `((width . ,(if (>= emacs-major-version 21) 77 78)) + (height . 33) + (vertical-scroll-bars . right) + (cursor-type . bar) + (cursor-blink . t) + (left-fringe . 5) + (right-fringe . 5) + (scroll-bar-width . 15) + (cursor-color . "red") + (background-mode . ,(if mdw-black-background 'dark 'light))) + window-system-default-frame-alist '((pm (font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850") (menu-font . "8.Helv") (background-color . "lightgrey"))