From 34112db45149fad44b8e566dab5b9aec601ec7cd Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 22 Aug 2021 20:04:55 -0700 Subject: [PATCH] Stop messing with frame sizes --- .emacs.d/init.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 158052b..5723bc6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -198,10 +198,12 @@ ;; (insert(prin1-to-string(w32-select-font))) ;; This will show the required string in the scratch buffer. - (setq jd-frame-height - (cond ((> (display-pixel-height) 900) 60) - ((> (display-pixel-height) 768) 48) - ('t 40))) + + ;; (setq jd-frame-height + ;; (cond ((> (display-pixel-height) 900) 60) + ;; ((> (display-pixel-height) 768) 48) + ;; ('t 40))) + ;; frame settings. default-frame-alist controls what a default frame ;; looks like.