about summary refs log tree commit diff
path: root/emacs.d/snippets/rjsx-mode/console-log
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-05-01T15·16-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commita8613cfbd4ece7a50e95970367f14e26d4ef0893 (patch)
treeb8f6d70b969ec5851f8dd3b5dfc90fc587767a7a /emacs.d/snippets/rjsx-mode/console-log
parent9c6e1717d4ad3ef96c7b9a75a24dcaccc4c3e680 (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-log2
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