diff options
author | William Carroll <wpcarro@gmail.com> | 2018-05-01T15·16-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | a8613cfbd4ece7a50e95970367f14e26d4ef0893 (patch) | |
tree | b8f6d70b969ec5851f8dd3b5dfc90fc587767a7a /emacs.d/snippets/rjsx-mode/console-log | |
parent | 9c6e1717d4ad3ef96c7b9a75a24dcaccc4c3e680 (diff) |
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.
Diffstat (limited to 'emacs.d/snippets/rjsx-mode/console-log')
-rw-r--r-- | emacs.d/snippets/rjsx-mode/console-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/snippets/rjsx-mode/console-log b/emacs.d/snippets/rjsx-mode/console-log index bc51f8313301..82ec3fd8e379 100644 --- a/emacs.d/snippets/rjsx-mode/console-log +++ b/emacs.d/snippets/rjsx-mode/console-log @@ -1,5 +1,5 @@ # -*- mode: snippet -*- # name: Console.log helper -# key: clo +# key: clg # -- console.log($1) \ No newline at end of file |