From 6d32b4c3ee41a157a47e19e72f64ec9946c4a657 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 26 Mar 2021 00:50:56 +0100 Subject: [PATCH] Improve snippet email field selection --- .config/emacs/snippets/cc-mode/license-notice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/snippets/cc-mode/license-notice b/.config/emacs/snippets/cc-mode/license-notice index b0e02f9..ce3c21f 100644 --- a/.config/emacs/snippets/cc-mode/license-notice +++ b/.config/emacs/snippets/cc-mode/license-notice @@ -3,7 +3,7 @@ # key: ln # -- /* - * Copyright (C) `(format-time-string "%Y")` ${1:Author} ${2:} + * Copyright (C) `(format-time-string "%Y")` ${1:Author} ${2:<${3:Email}>} * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by