1
0
Files
nix-shared/home/develop/emacs/snippets/cmake-mode/function

7 lines
103 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: function
# key: fun
# --
function (${1:name})
$0
endfunction()