Skip to content

Commit

Permalink
Merge pull request #1 from derekslager/master
Browse files Browse the repository at this point in the history
Adding missing requires.
  • Loading branch information
pauldub authored Dec 28, 2018
2 parents 85a34b2 + e6c15ee commit 27a0841
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activity-watch-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@

;;; Code:

(require 'ert)
(require 'request)

(defconst activity-watch-version "1.0.0")
(defconst activity-watch-user-agent "emacs-activity-watch")
(defvar activity-watch-noprompt nil)
Expand Down

0 comments on commit 27a0841

Please sign in to comment.