;;; test-prog-general-yas-activation.el --- Tests for universal yasnippet activation -*- lexical-binding: t; -*- ;;; Commentary: ;; Covers the universal-yasnippet wiring in prog-general.el: ;; ;; Wiring: ;; - yas-global-mode is enabled at module-load time (not only in prog-mode). ;; - yas-snippet-dirs points at the repo's snippets/ directory. ;; - yas-minor-mode-hook activates fundamental-mode as an extra mode in ;; every buffer so the universal snippet table is always consulted. ;; ;; Expansion (the user-visible verification): ;; - The