From: "marco.au.grassi98--- via Guix-patches" via <guix-patches@gnu.org>
To: "43751@debbugs.gnu.org" <43751@debbugs.gnu.org>
Subject: [bug#43751] [PATCH] Add emacs-frames-only-mode
Date: Fri, 02 Oct 2020 10:50:19 +0000 [thread overview]
Message-ID: <HMzHJ7DS3Vncpyd6mi0OYF3wdvBo6qeIgE54Q_LjsW1z3lW8OWPpDthSkRRWwt7cXReFG5sjE4uMNUuCQ-OM3RiDFtGZFsLied3iG7yVpA4=@protonmail.com> (raw)
In-Reply-To: <kX1VqRxPCK5waJ-8gxPIGr2mBnllcBvYW9Oh_dSJ5H31Vp90lZxVHMIPpEsGQMM-Qir_BrACYoAaksZAkvabnGtJBl6M_mlQTK4E0aJ4P4o=@protonmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 35 bytes --]
Sorry i forgot to add dependencies.
[-- Attachment #1.2: Type: text/html, Size: 65 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-frames-only-mode.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-emacs-frames-only-mode.patch, Size: 1774 bytes --]
From ae1901ff1e6ead63274312a26107c387f974fb93 Mon Sep 17 00:00:00 2001
From: AuPath <marco.au.grassi98@protonmail.com>
Date: Fri, 2 Oct 2020 12:43:24 +0200
Subject: [PATCH] gnu: Add emacs-frames-only-mode.
* gnu/packages/emacs-xyz.scm (emacs-frames-only-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e3ec431d94..e7bdeb0afa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23076,6 +23076,31 @@ icon support, git integration, and several other utilities.")
replicate some of the features of the Doom modeline package.")
(license license:gpl2+)))
+(define-public emacs-frames-only-mode
+ (package
+ (name "emacs-frames-only-mode")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/davidshepherd7/frames-only-mode")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0y0sdjixaxvywrlp2sw51wnczhk51q1svl5aghbk9rkxpwv9ys9v"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/davidshepherd7/frames-only-mode")
+ (synopsis "Use frames instead of Emacs windows")
+ (description
+ "An Emacs global minor mode to use Emacs frames
+(i.e. operating system windows) instead of Emacs' internal windowing system.
+This combines particularly well with tiling window managers such as XMonad.")
+ (license license:gpl3+)))
+
(define-public emacs-shrink-path
(package
(name "emacs-shrink-path")
--
2.28.0
next prev parent reply other threads:[~2020-10-02 11:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-01 20:54 [bug#43751] [PATCH] Add emacs-frames-only-mode marco.au.grassi98--- via Guix-patches via
2020-10-02 10:50 ` marco.au.grassi98--- via Guix-patches via [this message]
2020-10-04 9:29 ` Nicolas Goaziou
2020-11-01 10:07 ` bug#43751: " Christopher Baines
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='HMzHJ7DS3Vncpyd6mi0OYF3wdvBo6qeIgE54Q_LjsW1z3lW8OWPpDthSkRRWwt7cXReFG5sjE4uMNUuCQ-OM3RiDFtGZFsLied3iG7yVpA4=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=43751@debbugs.gnu.org \
--cc=marco.au.grassi98@protonmail.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).