aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-termux.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-termux.el b/oni-termux.el
index ca95a80..fad42ad 100644
--- a/oni-termux.el
+++ b/oni-termux.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.1006.113112
+;; Version: 2020.0724.190100
;; Package-Requires: (oni-alert alert-termux)
;; This program is free software; you can redistribute it and/or modify
@@ -43,7 +43,8 @@ The following %-sequences are provided:
%L Plugged
%B Status
%d Temperature"
- (let ((info (with-temp-buffer
+ (let ((default-directory user-emacs-directory)
+ (info (with-temp-buffer
(call-process "termux-battery-status" nil t)
(goto-char (point-min))
(json-read))))