summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2017-03-19 15:47:37 +1300
committerGitHub <noreply@github.com>2017-03-19 15:47:37 +1300
commit562cc2e7bada913222f199673c7e97e5a3c9d868 (patch)
tree6408848a630a62a01b18595ecdd80435d5d62179
parentAdd missing autoloads (diff)
downloademacs-terminal-here-562cc2e7bada913222f199673c7e97e5a3c9d868.tar.gz
Remove redundant cask directives
Using `package-file` means the removed directives were unnecessary.
-rw-r--r--Cask4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cask b/Cask
index b73c913..1ac0ff5 100644
--- a/Cask
+++ b/Cask
@@ -1,7 +1,3 @@
-(package "terminal-here" "0.1" "Run an external terminal in current directory")
-
-(files "terminal-here.el")
-
;; Tell Cask to add package information to this file (so that we can have a
;; single file package).
(package-file "terminal-here.el")