1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Adds $main::editor .

This commit is contained in:
freesource 2001-08-02 05:13:30 +00:00
parent cf1dc75e27
commit b61d0426db

View File

@ -13,7 +13,7 @@
# Helper
# Yahshua Mashiyach
#
# http://the.netpedia.net/gBootRoot.html
# http://gbootroot.sourceforge.net
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -55,6 +55,7 @@ my $tmp1 = "/tmp"; # tmp should be default - Cristian
my $lilo_conf = "/etc/lilo.conf";
my $home = "$ENV{HOME}/.gbootroot";
my $uml_xterm = "xterm -e";
$main::editor = "emacs --font 6x13";
# CHANGES
#