summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2017-09-21 14:34:45 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2017-09-21 14:34:45 +0300
commitcd96c6da9a42efcee359d45a9ae5f67ce1b70ac9 (patch)
treee4dcabf2406f47b30c233b6eb66a2638ddc9fd91
parentwigust: emacs-checkout: Update to 25.2-1.6d6dc24. (diff)
downloadguix-wigust-cd96c6da9a42efcee359d45a9ae5f67ce1b70ac9.tar.gz
wigust: Remove emacs-skewer-mode.
* wigust/packages/emacs.scm (emacs-skewer-mode): Remove variable.
-rw-r--r--wigust/packages/emacs.scm41
1 files changed, 0 insertions, 41 deletions
diff --git a/wigust/packages/emacs.scm b/wigust/packages/emacs.scm
index 46ea75a..ebf8697 100644
--- a/wigust/packages/emacs.scm
+++ b/wigust/packages/emacs.scm
@@ -847,47 +847,6 @@ second argument. All other functions take the sequence as their first
argument.")
(license license:gpl3+)))
-(define-public emacs-skewer-mode
- (package
- (name "emacs-skewer-mode")
- (version "1.6.2")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/skeeto/skewer-mode/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "07jpz374j0j964szy3zznrkyja2kpdl3xa87wh7349mzxivqxdx0"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-simple-httpd" ,emacs-simple-httpd)
- ("emacs-js2-mode" ,emacs-js2-mode)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'install 'install-html-js
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((skewer-mode (string-append (assoc-ref outputs "out")
- "/share/emacs/site-lisp/guix.d"
- "/skewer-mode-"
- ,version)))
- (for-each (lambda (file)
- (install-file file skewer-mode))
- '("example.html"
- "skewer-everything.user.js"
- "skewer.js")))
- #t)))))
- (home-page "https://github.com/skeeto/skewer-mode")
- (synopsis "Live web development in Emacs")
- (description
- "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
-a web browser. Expressions are sent on-the-fly from an editing buffer to be
-evaluated in the browser, just like Emacs does with an inferior Lisp process
-in Lisp modes.")
- (license license:unlicense)))
-
(define-public emacs-slime-company
(package
(name "emacs-slime-company")