From bbd93a050a9bb6e1001f9fb1a14130e6495c1574 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 8 May 2020 12:15:10 +0200 Subject: [PATCH] ENH: New snippet to add the `mode' local variable. Expanding `-*-' adds a line which sets mode:conf. * snippets/fundamental-mode/mode-line: Expanding `-*-' adds a line which sets mode:conf. --- snippets/fundamental-mode/mode-line | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/fundamental-mode/mode-line diff --git a/snippets/fundamental-mode/mode-line b/snippets/fundamental-mode/mode-line new file mode 100644 index 0000000..9632b34 --- /dev/null +++ b/snippets/fundamental-mode/mode-line @@ -0,0 +1,5 @@ +# name: Mode line +# key: -*- +# contributor : Daniel Hornung +# -- +# -*- mode:${1:conf}; -*- \ No newline at end of file