Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
6
.emacs.d/snippets/js-mode/es6.import
Normal file
6
.emacs.d/snippets/js-mode/es6.import
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: es6.import
|
||||
# key: imp
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
import ${3:${1:$(s-lower-camel-case (file-name-nondirectory yas/text))}} from "${1:module}";$0
|
Reference in New Issue
Block a user