Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
@@ -0,0 +1 @@
|
||||
js-mode
|
||||
@@ -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