aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cask2
-rw-r--r--sx-auth.el (renamed from stack-auth.el)1
-rw-r--r--sx-filter.el (renamed from stack-filter.el)1
-rw-r--r--sx-lto.el (renamed from stack-lto.el)2
-rw-r--r--sx-network.el (renamed from stack-network.el)1
-rw-r--r--sx-question-list.el (renamed from stack-question-list.el)2
-rw-r--r--sx-question.el (renamed from stack-question.el)1
-rw-r--r--sx.el (renamed from stack-core.el)2
8 files changed, 1 insertions, 11 deletions
diff --git a/Cask b/Cask
index 4633bb6..3e939ef 100644
--- a/Cask
+++ b/Cask
@@ -3,7 +3,7 @@
(source gnu)
(source melpa-stable)
-(files "stack-*.el")
+(files "sx*.el")
(depends-on "json" "1.4")
(depends-on "url")
diff --git a/stack-auth.el b/sx-auth.el
index e55fae1..0da2f4c 100644
--- a/stack-auth.el
+++ b/sx-auth.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords: help, hypermedia, mail, news, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-filter.el b/sx-filter.el
index 4210549..6b56001 100644
--- a/stack-filter.el
+++ b/sx-filter.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords: help, hypermedia, mail, news, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-lto.el b/sx-lto.el
index af1be9f..65b57b2 100644
--- a/stack-lto.el
+++ b/sx-lto.el
@@ -3,8 +3,6 @@
;; Copyright (C) 2014 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
-;; Keywords: help, hypermedia, mail, news, tools
-
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-network.el b/sx-network.el
index e7e333c..1d3af0a 100644
--- a/stack-network.el
+++ b/sx-network.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords: help, hypermedia, mail, news, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-question-list.el b/sx-question-list.el
index 924e90e..81d7cd5 100644
--- a/stack-question-list.el
+++ b/sx-question-list.el
@@ -3,8 +3,6 @@
;; Copyright (C) 2014 Artur Malabarba
;; Author: Artur Malabarba <bruce.connor.am@gmail.com>
-;; Keywords: help, hypermedia, mail, news, tools
-
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-question.el b/sx-question.el
index 9fd5fcc..80d772f 100644
--- a/stack-question.el
+++ b/sx-question.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords: help, hypermedia, mail, news, tools
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/stack-core.el b/sx.el
index 496533e..05a50fb 100644
--- a/stack-core.el
+++ b/sx.el
@@ -3,8 +3,6 @@
;; Copyright (C) 2014 Sean Allred
;; Author: Sean Allred <code@seanallred.com>
-;; Keywords: help, hypermedia, mail, news, tools
-
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by