From f140dfdad1231cb1b24d0ddb9e2823dcfbd133e1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 3 Dec 2024 09:25:26 +0000 Subject: [PATCH] Add tempel-collection package --- system/home/emacs/default.nix | 1 + system/home/emacs/init.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index e6be7e33..0aed3337 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -49,6 +49,7 @@ consult consult-eglot tempel + tempel-collection rainbow-delimiters envrc treesit-grammars.with-all-grammars diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index c980e72f..da1955f0 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -1061,6 +1061,8 @@ :custom (tempel-trigger-prefix "+")) +(use-package tempel-collection :after tempel) + (require 'tramp) (setq org-publish-project-alist `(("xenia.me.uk"