diff options
| author | Steve Purcell <steve@sanityinc.com> | 2017-03-19 15:47:37 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 15:47:37 +1300 |
| commit | 562cc2e7bada913222f199673c7e97e5a3c9d868 (patch) | |
| tree | 6408848a630a62a01b18595ecdd80435d5d62179 /Cask | |
| parent | Add missing autoloads (diff) | |
| download | emacs-terminal-here-562cc2e7bada913222f199673c7e97e5a3c9d868.tar.gz | |
Remove redundant cask directives
Using `package-file` means the removed directives were unnecessary.
Diffstat (limited to 'Cask')
| -rw-r--r-- | Cask | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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") |
