all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: The usage of the straight-p variable for chemacs2.
Date: Thu, 24 Jun 2021 10:56:17 +0800	[thread overview]
Message-ID: <CAGP6POJRKfK8eEhP6gqR2pwGbKTMLham1QzSbkyGt9B0kOSGmA@mail.gmail.com> (raw)

Dear all,

On Ubuntu 20.04, I'm currently trying to use the
<https://github.com/plexus/chemacs2> package as my Emacs version
switcher for managing multiple Emacs' configurations/distributions.

According to the instructions on
<https://github.com/plexus/chemacs2#emacs-profilesel>:

<quote>
Other things you can configure
[...]
straight-p Enable the Straight functional package manager.
</quote>

The corresponding source code is located at
<https://github.com/plexus/chemacs2/blob/ef82118824fac2b2363d3171d26acbabe1738326/chemacs.el#L143>,
as shown below:

;;; emacs-lisp
(defun chemacs-load-user-init ()
(when (chemacs-profile-get 'straight-p) (chemacs-load-straight))
[...]
;;;

But I still don't know how to use the configuration option of
`straight-p'. Any hints will be appreciated.

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
NO. 552 North Gangtie Road, Xingtai, China



                 reply	other threads:[~2021-06-24  2:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAGP6POJRKfK8eEhP6gqR2pwGbKTMLham1QzSbkyGt9B0kOSGmA@mail.gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=help-gnu-emacs@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/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.