prezto/modules/emacs
Indrajit Raychaudhuri 8ee9d1bbfe general: Documentation update for zstyle based alias skipping support
Add documentation to surface the `zstyle` based alias skipping.
2023-05-17 02:39:09 -05:00
..
README.md general: Documentation update for zstyle based alias skipping support 2023-05-17 02:39:09 -05:00
init.zsh Add zstyle to skip aliases for additional modules 2023-04-13 09:33:48 -07:00

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.