You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Indrajit Raychaudhuri 8ee9d1bbfe
general: Documentation update for zstyle based alias skipping support
1 year ago
..
README.md general: Documentation update for zstyle based alias skipping support 1 year ago
init.zsh Add zstyle to skip aliases for additional modules 1 year ago

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.