all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The usage of the straight-p variable for chemacs2.
@ 2021-06-24  2:56 Hongyi Zhao
  0 siblings, 0 replies; only message in thread
From: Hongyi Zhao @ 2021-06-24  2:56 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-24  2:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-24  2:56 The usage of the straight-p variable for chemacs2 Hongyi Zhao

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.