chiark / gitweb /
dot/emacs: Reformat frame-list settings stanza.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jul 2015 09:11:45 +0000 (10:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jul 2015 09:11:45 +0000 (10:11 +0100)
dot/emacs

index 6b150667b5eb57c565c2ce5720ac7f6094203ef6..d091acdb31322fe7950c409490e91d4cf1ef18b7 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 ;; 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"))