doomemacs/core
Henrik Lissner daad6bc21d
feat(cli): add 'doom make completions' for zsh
'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
2022-06-18 23:53:12 +02:00
..
autoload refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
cli feat(cli): add 'doom make completions' for zsh 2022-06-18 23:53:12 +02:00
templates bump: :core 2022-06-17 18:21:23 +02:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli-lib.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
core-cli.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
core-editor.el fix: find-function-search-for-symbol moving cursor 2022-06-04 15:02:06 +02:00
core-keybinds.el fix: wrong-type-arg error on startup 2021-10-20 22:06:25 +02:00
core-lib.el refactor!(cli): rewrite CLI framework libraries 2022-06-18 23:53:12 +02:00
core-modules.el fix: :load-path throwing error in org-src blocks 2022-04-08 02:51:50 +02:00
core-packages.el refactor: s/raxod502/radian-software 2022-06-18 16:57:17 +02:00
core-projects.el refactor: remove custom projectile-mode-line-function 2022-06-18 16:57:17 +02:00
core-start.el refactor: how Doom starts up 2022-06-18 16:54:45 +02:00
core-ui.el refactor: how Doom starts up 2022-06-18 16:54:45 +02:00
core.el refactor: how Doom starts up 2022-06-18 16:54:45 +02:00
packages.el bump: :core 2022-06-17 18:21:23 +02:00