guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41252] [PATCH] gnu: emacs-org-re-reveal: Update to 2.12.2.


From: zimoun
Subject: [bug#41252] [PATCH] gnu: emacs-org-re-reveal: Update to 2.12.2.
Date: Thu, 14 May 2020 12:02:49 +0200

Dear Michael,

On Thu, 14 May 2020 at 11:17, Michael Rohleder <address@hidden> wrote:

> To test this, I made a presentation about guix git workflow in emacs:
> https://www.rohleder.de/~mike/guix-workflow/

Nice!

Just one minor comment, instead of this long '--ad-hoc' line, you
should use a manifest file.

#+BEGIN_SRC shell
guix environment -C -N -E TERM guix --expose=/var/guix=/var/guix \
--ad-hoc emacs-no-x emacs-magit git git:send-email emacs-yasnippet
help2man pkg-config guile \
-- emacs --execute "(load-theme 'wombat)"
#+END_SRC

#+BEGIN_SRC shell
guix environment -C -N -E TERM guix --expose=/var/guix=/var/guix \
-m my-manifest.scm \
-- emacs --execute "(load-theme 'wombat)"
#+END_SRC

--8<---------------cut here---------------start------------->8---
(specifications->manifest
   '("emacs-no-x" "emacs-magit"
     "git" "git:send-email"
     "emacs-yasnippet"
     "help2man" "pkg-config guile"))
--8<---------------cut here---------------end--------------->8---

The main advantages are:
 - version control the file
 - reuse elsewhere, for example "guix install"
 - easy to locally extend:
   guix environment -m my-manifest --ad-hoc emacs-evil


Well, thank you for sharing and for the update.

All the best,
simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]