-
Notifications
You must be signed in to change notification settings - Fork 46
Configuration file
Michael Young edited this page Jan 24, 2024
·
1 revision
Here's a possible set of lines to add to your configuration file:
SetUserPreference( "PackagesToLoad", ["PackageManager", "digraphs"] );
SetUserPreference( "UseColorPrompt", true );
SetUserPreference( "HistoryMaxLines", 1000 );
SetUserPreference( "SaveAndRestoreHistory", true );
SetUserPreference( "InfoPackageLoadingLevel", 1 );
SetUserPreference( "InfoDigraphs", 4 );
SetUserPreference( "Editor", "emacs" );
Of course, your own tastes may vary. We respect all religions, including vim.
You can get to this file by opening gap, running WriteGapIniFile();
and opening the filename it gives you.