dotfiles/.emacs.d/snippets/erlang-mode/inc.lib

5 lines
57 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#name : -include_lib("...").
# --
-include_lib("$1").
$0