From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 16/17] gnu: Add emacs-perspective.
Date: Tue, 12 Jul 2016 23:05:13 +0200 [thread overview]
Message-ID: <20160712210514.21310-17-rekado@elephly.net> (raw)
In-Reply-To: <20160712210514.21310-1-rekado@elephly.net>
* gnu/packages/emacs.scm (emacs-perspective): New variable.
---
gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 283ed56..2c92756 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2137,6 +2137,33 @@ moving to the next or previous keyword and to invoke @code{occur} with a
regexp that matches all known keywords.")
(license license:gpl3+)))
+(define-public emacs-perspective
+ (package
+ (name "emacs-perspective")
+ (version "1.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/nex3/perspective-el/"
+ "archive/" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
+ (build-system emacs-build-system)
+ (home-page "http://github.com/nex3/perspective-el")
+ (synopsis "Switch between named \"perspectives\"")
+ (description
+ "This package provides tagged workspaces in Emacs, similar to workspaces in
+windows managers such as Awesome and XMonad. @code{perspective.el} provides
+multiple workspaces (or \"perspectives\") for each Emacs frame. Each
+perspective is composed of a window configuration and a set of buffers.
+Switching to a perspective activates its window configuration, and when in a
+perspective only its buffers are available by default.")
+ ;; This package is released under the same license as Emacs (GPLv3+) or
+ ;; the Expat license.
+ (license license:gpl3+)))
+
(define-public emacs-hydra
(package
(name "emacs-hydra")
--
2.8.4
next prev parent reply other threads:[~2016-07-12 21:06 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 21:04 [PATCH 00/17] Emacs packages! Ricardo Wurmus
2016-07-12 21:04 ` [PATCH 01/17] gnu: Add emacs-el-mock Ricardo Wurmus
2016-07-12 21:04 ` [PATCH 02/17] gnu: Add emacs-espuds Ricardo Wurmus
2016-07-15 14:14 ` Alex Kost
2016-07-12 21:05 ` [PATCH 03/17] gnu: Add emacs-expand-region Ricardo Wurmus
2016-07-15 14:25 ` Alex Kost
2016-07-12 21:05 ` [PATCH 04/17] gnu: Add emacs-fill-column-indicator Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 05/17] gnu: Add emacs-znc Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 06/17] gnu: Add emacs-paren-face Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 07/17] gnu: Add emacs-page-break-lines Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 08/17] gnu: Add emacs-simple-httpd Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 09/17] gnu: Add emacs-skewer-mode Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 10/17] gnu: Add emacs-rich-minority Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 11/17] gnu: Add emacs-smart-mode-line Ricardo Wurmus
2016-07-12 21:05 ` [PATCH 12/17] gnu: Add emacs-shut-up Ricardo Wurmus
2016-07-15 14:37 ` Alex Kost
2016-07-12 21:05 ` [PATCH 13/17] gnu: Add emacs-undercover Ricardo Wurmus
2016-07-15 14:40 ` Alex Kost
2016-07-12 21:05 ` [PATCH 14/17] gnu: Add emacs-shell-switcher Ricardo Wurmus
2016-07-15 14:44 ` Alex Kost
2016-07-12 21:05 ` [PATCH 15/17] gnu: Add emacs-tagedit Ricardo Wurmus
2016-07-15 14:47 ` Alex Kost
2016-07-12 21:05 ` Ricardo Wurmus [this message]
2016-07-12 21:05 ` [PATCH 17/17] gnu: Add emacs-solarized-theme Ricardo Wurmus
2016-07-13 17:33 ` Roel Janssen
2016-07-13 19:13 ` Ricardo Wurmus
2016-07-13 20:50 ` Roel Janssen
2016-07-15 13:55 ` Alex Kost
2016-07-15 13:57 ` Alex Kost
2016-07-20 7:07 ` Alex Kost
2016-07-20 20:01 ` Ricardo Wurmus
2016-07-13 17:23 ` [PATCH 00/17] Emacs packages! Roel Janssen
2016-07-13 19:35 ` Ricardo Wurmus
2016-07-15 16:07 ` Ludovic Courtès
2016-07-15 14:49 ` Alex Kost
2016-07-16 15:31 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160712210514.21310-17-rekado@elephly.net \
--to=rekado@elephly.net \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.