Change where emacs is called from.
This commit is contained in:
parent
41126968f5
commit
73eeef81be
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ use warnings;
|
||||||
use Date::Manip;
|
use Date::Manip;
|
||||||
use File::Temp ();
|
use File::Temp ();
|
||||||
|
|
||||||
|
my $EMACS = $ENV{EMACS};
|
||||||
|
$EMACS = "/home/bkuhn/hacks/emacs/src/emacs";
|
||||||
|
|
||||||
|
$EMACS = "/usr/bin/emacs" unless defined $EMACS;
|
||||||
|
|
||||||
if (not -d "$ENV{HOME}/Crypt/Orgs") {
|
if (not -d "$ENV{HOME}/Crypt/Orgs") {
|
||||||
print "\${color5}Crypt Directory Not Mounted!\n";
|
print "\${color5}Crypt Directory Not Mounted!\n";
|
||||||
exit 0;
|
exit 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue