How to change default font in mit-scheme/edwin?

5

3

I am running mit-scheme v9.0.1 on Arch Linux and I was wondering how I can change the default font for the edwin editor. Preferably I would like to use the same default font as Emacs uses.

I know about the .edwin file for customizing edwin, but I can't find any information on how to change the default font.

cschol

Posted 2010-11-06T19:47:51.723

Reputation: 862

Answers

6

Place this in your .edwin:

((ref-command set-font) "9x15")
((ref-command set-frame-size) 163 90)

Also, check this example config file.

SKA

Posted 2010-11-06T19:47:51.723

Reputation: 76

to get a list of all fonts available to edwin, go into edwin, do M-x set-font RET then hit TAB – xdavidliu – 2018-03-17T21:52:13.773