Minor fixes and additions

Fix consult, tempel keybind, add benchmark macros, some rust templates
This commit is contained in:
2026-01-26 12:15:56 +09:00
parent 2b65287a62
commit e32b87f921
6 changed files with 189 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
emacs-lisp-mode
(up "(use-package " p n> ":ensure t" n> ":defer t" n ")")
rust-mode
(str "struct " p " {" n> p n> "}")
(imp "impl " p " {" n> p n> "}")
(impf "impl " p " for " p " {" n> p n> "}")
(trt "trait " p " {" n> p n> "}")