Updated emacs-d and added Remtrail command to vimrc
This commit is contained in:
8
.emacs.d/snippets/purescript-mode/ps.foreign
Normal file
8
.emacs.d/snippets/purescript-mode/ps.foreign
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: ps.foreign
|
||||
# key: ffi
|
||||
# --
|
||||
foreign import ${1:unsafePerformIO} """
|
||||
function $1($3) {
|
||||
$0
|
||||
}""" :: $2
|
Reference in New Issue
Block a user