mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-11 06:30:51 +00:00
Merge pull request from taingra/master
Added an Introduction taken from the README GitHub-reference: https://github.com/jwiegley/use-package/issues/692
This commit is contained in:
commit
cc9ec36f1a
1 changed files with 5 additions and 1 deletions
|
@ -129,7 +129,11 @@ FAQ - Issues and Errors
|
||||||
@node Introduction
|
@node Introduction
|
||||||
@chapter Introduction
|
@chapter Introduction
|
||||||
|
|
||||||
TODO
|
The @code{use-package} macro allows you to isolate package configuration
|
||||||
|
in your @file{.emacs} file in a way that is both performance-oriented and,
|
||||||
|
well, tidy. I created it because I have over 400 packages that I use in
|
||||||
|
Emacs, and things were getting difficult to manage. Yet with this utility
|
||||||
|
my total load time is around 2 seconds, with no loss of functionality!
|
||||||
|
|
||||||
@node Installation
|
@node Installation
|
||||||
@chapter Installation
|
@chapter Installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue