Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
5
.emacs.d/snippets/js-mode/js.exportedvar
Normal file
5
.emacs.d/snippets/js-mode/js.exportedvar
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: js.exportedvar
|
||||
# key: xv
|
||||
# --
|
||||
var $1 = module.exports.$1 = $0;
|
Reference in New Issue
Block a user