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 ;; 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))))