aboutsummaryrefslogtreecommitdiffstats
path: root/oni-termux.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors in ‘oni-termux’Gravatar Tom Willemse2019-10-061-4/+18
| | | | | | | | | | | | | For some reason it appears that ‘alert-termux’ is added to the ‘load-path’ after ‘oni-termux’, so that when ‘oni-termux’ calls ‘require’ for ‘alert-termux’ it hasn’t been added to the ‘load-path’ yet and fails. When requiring the ‘battery’ library it seems to immediately try to read some information. Since Termux isn’t actually a linux distribution if fails with a "Permission Denied" error when trying to read ‘/sys/class/power_supply’. To prevent this from happening the ‘battery-status-function’ needs to be set before loading ‘battery’.
* Add alert settings for TermuxGravatar Tom Willemse2019-09-201-0/+5
|
* Add oni-termuxGravatar Tom Willemse2019-09-201-0/+64