This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
56692b3833
tvl-depot
/
configs
/
shared
/
.emacs.d
/
snippets
/
rjsx-mode
/
console-log
5 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Support updated emacs Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila!
2018-04-25 19:26:53 +02:00
# -*- mode: snippet -*-
# name: Console.log helper
Change clo -> clg for console.log snippet clo was difficult to use because `company-mode` suggested autocompletion candidates like "close", "clone", etc. With clg, this is significantly less likely.
2018-05-01 17:16:58 +02:00
# key: clg
Support updated emacs Finally ported my up-to-date emacs configuration here. I was putting this off for a long while, unsure of how to handle all of the work. All it took was my laptop being fried to force me to do this. So... voila!
2018-04-25 19:26:53 +02:00
# --
console.log($1)
Reference in a new issue
Copy permalink