about summary refs log tree commit diff
path: root/emacs.d/snippets/rjsx-mode/console-log
blob: bc51f8313301330150a3caafa871d0ded35cd30d (plain) (blame)
1
2
3
4
5
# -*- mode: snippet -*-
# name: Console.log helper
# key: clo
# --
console.log($1)