Added auctex and yasnippets
This commit is contained in:
7
.emacs.d/snippets/js-mode/init
Normal file
7
.emacs.d/snippets/js-mode/init
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: Constructor
|
||||
# key: init
|
||||
# --
|
||||
initialize: function($1) {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user