Files
dotfiles/.emacs.snippets/c++-mode/catch
2023-10-11 21:51:24 +02:00

7 lines
87 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: catch (...) { ... }
# key: catch
# --
catch ($1) {
$0
}