summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-10-05 16:59:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-05 16:59:41 -0700
commit3d563f551d29f4a718ae2addb25e2178adee9881 (patch)
tree01edd2273dc9fa59a2fe665747d85dbf9e7c4829 /.emacs.d/snippets
parent3f271dc9c4823f1fe195c6995f7b0375692fef1b (diff)
downloaddotfiles-3d563f551d29f4a718ae2addb25e2178adee9881.tar.gz
simplify 'hello' snippet
I can rely on `spw--normalise-message` when I want "Hello," and this makes this snippet easier to use by bringing it in line with my "Dear foo," snippet.
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r--.emacs.d/snippets/message-mode/hello4
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/snippets/message-mode/hello b/.emacs.d/snippets/message-mode/hello
index 2e555abb..d60603cd 100644
--- a/.emacs.d/snippets/message-mode/hello
+++ b/.emacs.d/snippets/message-mode/hello
@@ -1,5 +1,3 @@
-# use C-d to get just "Hello," for (e.g.) group reply
-# --
-Hello${1: `(spw/recipient-first-name)`},
+Hello ${1:`(spw/recipient-first-name)`},
$0 \ No newline at end of file