From 1f05cb4e5e96a90d2fb2bbc93093084327c40cf2 Mon Sep 17 00:00:00 2001 From: Austin Bingham Date: Mon, 7 May 2018 10:11:16 -0500 Subject: [PATCH] updated version to 3.1.1. --- traad.el | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/traad.el b/traad.el index 258ffdc..9518835 100644 --- a/traad.el +++ b/traad.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2012-2017 Austin Bingham ;; ;; Author: Austin Bingham -;; Version: 1.1.0 +;; Version: 3.1.1 ;; URL: https://github.com/abingham/traad ;; Package-Requires: ((dash "2.13.0") (deferred "0.3.2") (popup "0.5.0") (request "0.2.0") (request-deferred "0.2.0") (virtualenvwrapper "20151123")) ;; @@ -22,14 +22,6 @@ ;; ;; Installation: ;; -;; traad depends on the following packages: -;; -;; cl -;; deferred - https://github.com/kiwanami/emacs-deferred -;; jsontraad -;; request - https://github.com/tkf/emacs-request -;; request-deferred - (same as request) -;; ;; Copy traad.el to some location in your emacs load path. Then add ;; "(require 'traad)" to your emacs initialization (.emacs, ;; init.el, or something).