dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 91100008872b7b508b60011f57dc9aedb925e485
parent 79eb42c0395791517a63bb586f6369e06368adfc
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Thu,  6 Jun 2024 13:52:10 -0400

update snippet.

Diffstat:
M.config/emacs/snippets/c-mode/for | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/emacs/snippets/c-mode/for b/.config/emacs/snippets/c-mode/for @@ -2,6 +2,6 @@ # name: for # key: for # -- -for (size_t ${1:i} = 0; $1 < $2; ++$1) { +for (u64 ${1:i} = 0; $1 < $2; ++$1) { $0 } \ No newline at end of file