diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 83e3a08..a3fbef1 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -26,6 +26,11 @@ use warnings; use Date::Manip; 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") { print "\${color5}Crypt Directory Not Mounted!\n"; exit 0;