Hello…could someone remind me which .lisp file contains the default font preference for “Lisp Editor” from the “Windows” menu? I’m able to change it during a session via “Text Font” in the edit menu of the buffer, but the preference is not saved after I quit a session. Thanks!
Hi — there’s two places where you can place Lisp files to have them loaded at OM startup:
- In the “user” folder of your workspace
- In “OM 6.13/Contents/Init/”
Just create a .lisp file containing the following line (with the font you like):
(setf om-lisp::def-text-edit-font (oa::om-make-font “Arial” 18))
—Jean
1 Like
Thanks very much!