From 73eeef81be4912af7c11676bdc3bee28dcbfb93c Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 16 Jul 2014 08:26:56 -0400 Subject: [PATCH] Change where emacs is called from. --- org-mode-appt-check.plx | 5 +++++ 1 file changed, 5 insertions(+) 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;