#!@SHELL@ # A shorthand for "guix perform-download", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" perform-download "$@" else exec guix perform-download "$@" fi ps://git.koszko.org/guix/atom/gnu/packages/emacs.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/emacs.scm
AgeCommit message (Expand)Author
2019-03-05gnu: emacs-no-x-toolkit: Fix configure flags....Efraim Flashner
2019-03-04gnu: emacs-minimal: Don't inherit configure-flags....Efraim Flashner
2019-03-04gnu: emacs: Add modules support....Pierre-Antoine Rouby
2019-02-25gnu: guile-emacs: Fetch source over HTTPS and be more idiomatic....Leo Famulari