help-guix
[Top][All Lists]
Advanced

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

Re: Guix and Emacs Integration for Polyglot Development


From: George Clemmer
Subject: Re: Guix and Emacs Integration for Polyglot Development
Date: Fri, 26 Oct 2018 00:59:34 -0400
User-agent: mu4e 1.0; emacs 26.1

Hi Alex,

I have been using code like ...

(with-eval-after-load (quote guix-ui-profile)
  (setq guix-profiles
        (append (quote("/home/glc/gom/.guix-profile")) guix-profiles)))
(setq guix-current-profile "/home/glc/gom/.guix-profile")

... to add a "project" profile to *Guix Profile* and make it
current. This has my desired effect: "making" emacs-guix package-related
commands operate on a "project" profile instead of the "default user
profile". Using your commit ...

4ce2b6a * master origin/master Add new 'guix' command and rename the old
one to 'guix-command'

... I tried "guix-set-emacs-environment" expecting it to be another way
to do the same thing.  I was surprised when it didn't add the "new"
profile to *Guix Profiles*. Shouldn't it do this, or am I missing
something? In fact, it doesn't seem to be doing anything :-(

I'm also using git from guix v0.15.0-2913-g21c51ebd6.

TIA - George



reply via email to

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