From 74cffcac0c9bb8e4a7ee33d51ff1f2cd9a2cd7f0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 15 May 2026 15:10:19 -0500 Subject: feat(yas): activate yasnippet globally with fundamental-mode extras The yasnippet use-package block switches from `:hook (prog-mode . yas-minor-mode)` to `:demand t` + `(yas-global-mode 1)`. That makes yas-minor-mode active in every buffer, not just prog-mode-derived ones. I added a small helper, `cj/--yas-activate-fundamental-extras`, attached as `:hook (yas-minor-mode . ...)`. It calls `(yas-activate-extra-mode 'fundamental-mode)` so the snippet table at `snippets/fundamental-mode/` is consulted in every buffer regardless of the buffer's own major mode. That's what makes universal triggers like `