mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[package]
|
||||
name = "${1:Project Name}"
|
||||
version = "0.0.1"
|
||||
authors = [ "`user-full-name` <`user-mail-address`>" ]
|
||||
$0
|
||||
@@ -0,0 +1,5 @@
|
||||
use std::io;
|
||||
|
||||
fn main() {
|
||||
${0:println!("Hello, world!");}
|
||||
}
|
||||
Reference in New Issue
Block a user