aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-06-09 17:26:36 +1000
committerYuchen Pei <hi@ypei.me>2023-06-09 17:26:36 +1000
commitca11c10040e1499a3cb66b21d6df12dca9adf0d9 (patch)
tree8b8308c7a16fb3bebbd6792554e8b2ab0c5b5fac
parente9d1093c97507a6d7b4f4710ef65200dae725e5f (diff)
fixing compiler warning about minor modeHEADmaster
-rw-r--r--sx-notify.el2
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