mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Moving to Doom Emacs!
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Edmund Miller
|
||||
# name: solidity template
|
||||
# --
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
contract $0 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user