From bcd993046ffaa3390bcf3252db8ba69d4610191c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 28 Feb 2025 18:30:17 +0100 Subject: Add snippets/rust-mode and upgrade markdown-mode --- .emacs.d/snippets/rust-mode/printlnf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/rust-mode/printlnf (limited to '.emacs.d/snippets/rust-mode/printlnf') diff --git a/.emacs.d/snippets/rust-mode/printlnf b/.emacs.d/snippets/rust-mode/printlnf new file mode 100644 index 0000000..ba789e2 --- /dev/null +++ b/.emacs.d/snippets/rust-mode/printlnf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: println!("{}", value); +# key: pf +# -- +println!("${1:{\}}", $2); \ No newline at end of file -- cgit v1.3