diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-04 20:10:50 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-04 20:10:50 -0700 |
| commit | 1337af82ffb52eb31f1fc6af186f70422ef76604 (patch) | |
| tree | be051b0ad542787c0c61536f9ff0f3586cf962b4 /emacs/init.el | |
| parent | elfeed: start refactoring (diff) | |
| download | emacs.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.el | 1 |
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 |
