Skip to content

Commit

Permalink
feat: remove reference to waka, indent global mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul d'Hubert committed Oct 16, 2018
1 parent 417cdfe commit 87da9f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions activity-watch-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Argument DEFER Wether initialization should be deferred."
;;;###autoload
(define-minor-mode activity-watch-mode
"Toggle Activity-Watch (Activity-Watch mode)."
:lighter " waka"
:lighter " activity-watch"
:init-value nil
:global nil
:group 'activity-watch
Expand All @@ -196,7 +196,10 @@ Argument DEFER Wether initialization should be deferred."
(t (activity-watch-turn-off))))

;;;###autoload
(define-globalized-minor-mode global-activity-watch-mode activity-watch-mode (lambda () (activity-watch-mode 1)) :require 'activity-watch-mode)
(define-globalized-minor-mode global-activity-watch-mode
activity-watch-mode
(lambda () (activity-watch-mode 1))
:require 'activity-watch-mode)

(provide 'activity-watch-mode)
;;; activity-watch-mode.el ends here

0 comments on commit 87da9f2

Please sign in to comment.