6.7. yasunippets

[yasnippets.el] テンプレート システム

🔗 joaotavora/yasnippet: Template system for Emacs.

yasnippetは、Emacsのテンプレートシステムです。省略形を入力すると、それが関数テンプレートに自動的に展開されます。

company と連携することでとても便利になります。

(leaf yasnippet
  :ensure t
  :hook (after-init-hook . yas-global-mode)
  :custom (yas-indent-line . 'fixed))
(leaf yasnippet-snippets
  :ensure t
  :after yasnippet)