Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
1
.emacs.d/snippets/flow-mode/.yas-parents
Normal file
1
.emacs.d/snippets/flow-mode/.yas-parents
Normal file
@@ -0,0 +1 @@
|
||||
js-mode
|
6
.emacs.d/snippets/flow-mode/flow.importType
Normal file
6
.emacs.d/snippets/flow-mode/flow.importType
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: flow.importType
|
||||
# key: impt
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
import type { ${1:Type} } from "${2:module}";$0
|
Reference in New Issue
Block a user