summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-04 20:10:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-04 20:10:50 -0700
commit1337af82ffb52eb31f1fc6af186f70422ef76604 (patch)
treebe051b0ad542787c0c61536f9ff0f3586cf962b4 /emacs/init.el
parentelfeed: start refactoring (diff)
downloademacs.d-1337af82ffb52eb31f1fc6af186f70422ef76604.tar.gz
my-uptime: new module to calculate availability
For a given SLO, calculate what's the allowed downtime for different time period.
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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