First commit.
This commit is contained in:
6
snippets/js-mode/fu
Normal file
6
snippets/js-mode/fu
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: anonymous/named function
|
||||
# key: fu
|
||||
# type: command
|
||||
# --
|
||||
(doom-snippets-expand :uuid (if (doom-snippets-bolp) "function_block" "function_inline"))
|
Reference in New Issue
Block a user