diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-07-09 21:14:11 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-07-24 15:42:43 +0800 |
commit | a02221fc34dbc6f328f59eeffccdb2312b9cdb95 (patch) | |
tree | 1527ff7e4d0eeeaeb57b64e279d205469ab6c461 /gnu/packages/emacs-xyz.scm | |
parent | 50f54193150d4622b68bbe5eddb0f6b300270b39 (diff) |
gnu: emacs-tempel: Fix indenting.
* gnu/packages/emacs-xyz.scm (emacs-tempel)[source]: Correct indentation.
Change-Id: I02154212d186611e3ada6b9bd2a0e5a578816aed
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 63bf0d18a8..3de02995d2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20941,8 +20941,8 @@ been adapted to also work with mu4e.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/minad/tempel") - (commit version))) + (url "https://github.com/minad/tempel") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 |