Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
6d97319c
Commit
6d97319c
authored
9 years ago
by
Alex Kost
Browse files
Options
Downloads
Patches
Plain Diff
doc: Describe how Emacs packages are found.
* doc/guix.texi (Application Setup)[Emacs Packages]: New subsection.
parent
13fe4891
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/guix.texi
+19
-0
19 additions, 0 deletions
doc/guix.texi
with
19 additions
and
0 deletions
doc/guix.texi
+
19
−
0
View file @
6d97319c
...
@@ -1080,6 +1080,25 @@ for Chinese languages:
...
@@ -1080,6 +1080,25 @@ for Chinese languages:
guix package -i font-adobe-source-han-sans:cn
guix package -i font-adobe-source-han-sans:cn
@end example
@end example
@subsection Emacs Packages
When you install Emacs packages with Guix, the elisp files may be placed
either in @file
{$
HOME
/
.guix
-
profile
/
share
/
emacs
/
site
-
lisp
/
}
or in
sub
-
directories of
@file
{$
HOME/.guix-profile/share/emacs/site-lisp/guix.d/
}
. The latter
directory exists because potentially there may exist thousands of Emacs
packages and storing all their files in a single directory may be not
reliable (because of name conflicts). So we think using a separate
directory for each package is a good idea. It is very similar to how
the Emacs package system organizes the file structure (@pxref
{
Package
Files,,, emacs, The GNU Emacs Manual
}
).
By default, Emacs (installed with Guix) ``knows'' where these packages
are placed, so you don't need to perform any configuration. If, for
some reason, you want to avoid auto-loading Emacs packages installed
with Guix, you can do it by running Emacs with @code
{
--no-site-file
}
option (@pxref
{
Init File,,, emacs, The GNU Emacs Manual
}
).
@c TODO What else?
@c TODO What else?
@c *********************************************************************
@c *********************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment