Skip to content

Instantly share code, notes, and snippets.

@kiwanami
Created October 25, 2011 04:24
Show Gist options
  • Save kiwanami/1311308 to your computer and use it in GitHub Desktop.
Save kiwanami/1311308 to your computer and use it in GitHub Desktop.
e2wm:org-mobile-push.el
(defadvice org-mobile-push (around e2wm:ad-override)
(e2wm:with-advice
ad-do-it))
(ad-activate org-mobile-push)
;; (ad-remove-advice 'org-mobile-push 'around 'e2wm:ad-override)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment