Skip to content

Commit

Permalink
Add oauth2-auto to Cask
Browse files Browse the repository at this point in the history
  • Loading branch information
telotortium committed Jul 4, 2022
1 parent 0f2ed0b commit 0b92319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(source melpa)
(source gnu)

(depends-on "oauth2-auto"
:git "https://github.com/rhaps0dy/emacs-oauth2-auto")
(package-file "org-gcal.el")

(development
Expand Down
3 changes: 2 additions & 1 deletion org-gcal.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Version: 0.3
;; Maintainer: Raimon Grau <[email protected]>
;; Copyright (C) :2014 myuhe all rights reserved.
;; Package-Requires: ((request "20190901") (request-deferred "20181129") (alert) (persist) (oauth2-auto "0.1") (emacs "26") (org "9.3"))
;; Package-Requires: ((request "20190901") (request-deferred "20181129") (alert) (persist) (emacs "26") (org "9.3"))
;; Keywords: convenience,

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -36,6 +36,7 @@
(require 'alert)
(require 'json)
(require 'aio)
;; Not on MELPA yet. Must install from https://github.com/rhaps0dy/emacs-oauth2-auto.
(require 'oauth2-auto)
(require 'ol)
(require 'org)
Expand Down

0 comments on commit 0b92319

Please sign in to comment.