diff options
| author | Yuchen Pei <hi@ypei.me> | 2023-06-09 17:26:36 +1000 | 
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2023-06-09 17:26:36 +1000 | 
| commit | ca11c10040e1499a3cb66b21d6df12dca9adf0d9 (patch) | |
| tree | 8b8308c7a16fb3bebbd6792554e8b2ab0c5b5fac | |
| parent | e9d1093c97507a6d7b4f4710ef65200dae725e5f (diff) | |
| -rw-r--r-- | sx-notify.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-notify.el b/sx-notify.el index 50daf81..01b72ba 100644 --- a/sx-notify.el +++ b/sx-notify.el @@ -53,7 +53,7 @@  (defvar sx-notify--timer nil    "Timer used for fetching notifications.") -(define-minor-mode sx-notify-mode nil nil nil nil +(define-minor-mode sx-notify-mode nil    :global t    (if sx-notify-mode        (progn  | 
