diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-29 20:29:21 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-29 20:29:55 -0800 |
commit | 6b11049d1367b10dac44627c7450b2238638cbca (patch) | |
tree | bf4ec39570a4aa3e3e3ade50255945672d8860b0 | |
parent | 783b0659d3a301e0b4234dd91f2ac8c64379c7e7 (diff) | |
download | mu-6b11049d1367b10dac44627c7450b2238638cbca.tar.gz |
7466
-rw-r--r-- | baremetal/ex2.subx | 2 | ||||
-rw-r--r-- | baremetal/vimrc.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/baremetal/ex2.subx b/baremetal/ex2.subx index 1a0f429d..19fc3ba3 100644 --- a/baremetal/ex2.subx +++ b/baremetal/ex2.subx @@ -31,5 +31,3 @@ { eb/jump loop/disp8 } - -# vim:ft=subx diff --git a/baremetal/vimrc.vim b/baremetal/vimrc.vim new file mode 100644 index 00000000..348fe364 --- /dev/null +++ b/baremetal/vimrc.vim @@ -0,0 +1,2 @@ +" when opening files in this directory, load vimrc from cwd (top-level) +source vimrc.vim |