comparison lib/emacs/pers-init.el @ 116:3314f46a782f

frame size
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 15 Jun 2021 16:58:31 +0000
parents a7e72a254790
children acae526510e2
comparison
equal deleted inserted replaced
115:2bcf31c52c14 116:3314f46a782f
4 ;;; initialisation file for Emacs, that is, (l)emacs and epoch common 4 ;;; initialisation file for Emacs, that is, (l)emacs and epoch common
5 ;;; Last edited: Fri Sep 25 09:22:22 1992 5 ;;; Last edited: Fri Sep 25 09:22:22 1992
6 ;;; Edit history since port: made load-path not site-dependant 6 ;;; Edit history since port: made load-path not site-dependant
7 ;;; split into common-init for all my incarnations and pers-init for private 7 ;;; split into common-init for all my incarnations and pers-init for private
8 ;;; added lemacs compatibility 8 ;;; added lemacs compatibility
9
10 ;;; Screen
11 (let ((f (selected-frame)))
12 (set-frame-width f 81)
13 (set-frame-height f 48))
9 14
10 ;;; mail stuff 15 ;;; mail stuff
11 (setq mail-archive-file-name "~/mail/cpy/general") 16 (setq mail-archive-file-name "~/mail/cpy/general")
12 (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" ) 17 (setq rmail-dont-reply-to-names "hthompso*\\|h\\.thompso*\\|ht@*" )
13 (set-default 'ht-last-file (expand-file-name "~/mail/")) 18 (set-default 'ht-last-file (expand-file-name "~/mail/"))