From 1337af82ffb52eb31f1fc6af186f70422ef76604 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 4 May 2022 20:10:50 -0700 Subject: my-uptime: new module to calculate availability For a given SLO, calculate what's the allowed downtime for different time period. --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 46d7e3e..399aab1 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -100,6 +100,7 @@ Missing packages are installed automatically." (require 'my-strings) (require 'my-web) (require 'my-work) +(require 'my-uptime) (require 'my-packages-extra) ;;; init.el ends here -- cgit v1.2.3