Stop messing with frame sizes

This commit is contained in:
John Doty 2021-08-22 20:04:55 -07:00
parent 77c95d47a6
commit 34112db451

View file

@ -198,10 +198,12 @@
;; (insert(prin1-to-string(w32-select-font))) ;; (insert(prin1-to-string(w32-select-font)))
;; This will show the required string in the scratch buffer. ;; This will show the required string in the scratch buffer.
(setq jd-frame-height
(cond ((> (display-pixel-height) 900) 60) ;; (setq jd-frame-height
((> (display-pixel-height) 768) 48) ;; (cond ((> (display-pixel-height) 900) 60)
('t 40))) ;; ((> (display-pixel-height) 768) 48)
;; ('t 40)))
;; frame settings. default-frame-alist controls what a default frame ;; frame settings. default-frame-alist controls what a default frame
;; looks like. ;; looks like.