mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-31 14:22:14 -08:00
'doom make completions' will generate a rudimentary ZSH completion script for bin/doom. It can be used from your shell dotfiles, but I recommend caching the output with a function like: https://github.com/hlissner/dotfiles/blob/master/config/zsh/.zshenv#L1-L14. Then add this to your .zshrc: _cache doom make completions --zsh && compdef _doom doom Ref: https://github.com/hlissner/dotfiles/blob/master/config/zsh/.zshenv#L1-L14 |
||
|---|---|---|
| .. | ||
| make | ||
| autoloads.el | ||
| ci.el | ||
| compile.el | ||
| doctor.el | ||
| env.el | ||
| help.el | ||
| info.el | ||
| install.el | ||
| make.el | ||
| packages.el | ||
| run.el | ||
| sync.el | ||
| test.el | ||
| upgrade.el | ||