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

7 lines
77 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: if
# key: if
# --
if(${1:cond})
$0
endif()