dot/emacs, el/dot-emacs.el: Formalize the frame-width fudge term.
[profile] / dot / emacs
index 79220bd..d918bcd 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq frame-background-mode (if mdw-black-background 'dark 'light)
       frame-inhibit-implied-resize t
       default-frame-alist
-      `((width . ,(+ mdw-column-width
-                    (cond ((<= emacs-major-version 20) 1)
-                          ((= emacs-major-version 26) 3)
-                          (t 0))))
+      `((width . ,(+ mdw-column-width mdw-frame-width-fudge))
        (height . 33)
        (vertical-scroll-bars . right)
        (cursor-type . bar)