Skip to content

Instantly share code, notes, and snippets.

@sluchin
Created February 12, 2013 16:04
Show Gist options
  • Save sluchin/4770929 to your computer and use it in GitHub Desktop.
Save sluchin/4770929 to your computer and use it in GitHub Desktop.
;; (if (version< "24.0.0" emacs-version)
;; (when (locate-library "notifications")
;; (autoload 'notifications-notify "notifications" "Notify TITLE, BODY."))
;; (when (locate-library "notify")
;; (autoload 'notify "notify" "Notify TITLE, BODY.")))
;; bzr trunk の最新をコピー
(autoload 'notifications-notify "notifications" "Notify TITLE, BODY.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment