Stop messing with frame sizes
This commit is contained in:
parent
77c95d47a6
commit
34112db451
1 changed files with 6 additions and 4 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue