Added rust modes to emacs, changed theme to one-theme, changed scripts
This commit is contained in:
5
emacs/.emacs.d/snippets/rust-mode/println
Normal file
5
emacs/.emacs.d/snippets/rust-mode/println
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: println!
|
||||
# key: println
|
||||
# --
|
||||
println!("$0");
|
||||
Reference in New Issue
Block a user