changeset 116:3314f46a782f

frame size
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 15 Jun 2021 16:58:31 +0000
parents 2bcf31c52c14
children 63898fde9751
files lib/emacs/pers-init.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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@*" )