Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
6
.emacs.d/snippets/js-mode/js.exportedfunction
Normal file
6
.emacs.d/snippets/js-mode/js.exportedfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: js.exportedfunction
|
||||
# key: xf
|
||||
# --
|
||||
function $1($2) {$0};
|
||||
module.exports.$1 = $1;
|
Reference in New Issue
Block a user