doomemacs/modules/editor
Henrik Lissner 05eb333a0c
editor/snippets: expand on snippet commands & keybinds
- Introduces the +snippets/new (SPC s n) command for creating a new
  private snippet
- Introduces the +snippets/new-lias (SPC s N) command for creating a new
  private snippet alias, which will invoke another snippet (you will be
  prompted to select one). This will only work with the emacs-snippets
  library bundled with Doom Emacs, however, as it depends on its API.
- Introduces +snippets/edit (SPC s c) for modifying existing snippets.
  How this differs from yas-visit-snippet-file is it will copy the
  contents of built-in snippets into a buffer primed for your private
  snippets (in DOOMDIR/snippets), while yas-visit-snippet-file will
  simply open the originating snippet.
- Introduces the +snippets/find (SPC s ?),
  +snippets/find-for-current-mode (SPC s /) and
  +snippets/find-private (SPC s f) commands for, respectively, finding a
  snippet file among *all* directories in yas-snippet-dirs, finding a
  snippet for the current major mode (plus parents), and finding a
  snippet from among your private library. This opens built-in snippets
  in read-only mode, but you can press C-c C-e to open it in
  +snippets/edit.
2019-07-12 20:41:50 +02:00
..
evil Fix +evil/easymotion for certain keys 2019-07-12 16:24:01 +02:00
file-templates Add direnv-envrc-mode file template 2019-07-10 02:27:13 +02:00
fold
format Prevent unsaved prompts when formatting #1498 2019-06-16 19:16:22 +02:00
lispy
multiple-cursors
objed objed: add a manual actiation flag 2019-06-01 13:30:18 +02:00
parinfer
rotate-text
snippets editor/snippets: expand on snippet commands & keybinds 2019-07-12 20:41:50 +02:00