# HG changeset patch # User Henry S. Thompson # Date 1623776311 0 # Node ID 3314f46a782f7b861a894b8173c3f083e0747232 # Parent 2bcf31c52c1460961685e2fa6311953839bdd7d7 frame size diff -r 2bcf31c52c14 -r 3314f46a782f lib/emacs/pers-init.el --- a/lib/emacs/pers-init.el Tue Jun 15 16:58:03 2021 +0000 +++ b/lib/emacs/pers-init.el Tue Jun 15 16:58:31 2021 +0000 @@ -7,6 +7,11 @@ ;;; split into common-init for all my incarnations and pers-init for private ;;; added lemacs compatibility +;;; Screen +(let ((f (selected-frame))) + (set-frame-width f 81) + (set-frame-height f 48)) + ;;; mail stuff (setq mail-archive-file-name "~/mail/cpy/general") (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" )