mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-10 19:31:11 +00:00
8ee9d1bbfe
Add documentation to surface the `zstyle` based alias skipping. |
||
---|---|---|
.. | ||
init.zsh | ||
README.md |
Emacs
Enables Emacs dependency management.
Dependency management
Carton installs and manages Emacs packages for Emacs package development and Emacs configuration.
This module prepends the Carton directory to the path variable to enable the
execution of carton
.
Aliases
Aliases are enabled by default. To disable them, add the following to
${ZDOTDIR:-$HOME}/.zpreztorc
.
zstyle ':prezto:module:emacs:alias' skip 'yes'
Carton
cai
installs dependencies.cau
updates dependencies.caI
initializes the current directory for dependency management.cae
executes a command which correct dependencies.
Authors
The authors of this module should be contacted via the issue tracker.