mirror of
https://github.com/lliding/ld-emacs.git
synced 2026-02-04 06:42:26 +00:00
First release.
This commit is contained in:
6
site-lisp/snippets/lua-mode/function
Normal file
6
site-lisp/snippets/lua-mode/function
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: function
|
||||
# key: fun
|
||||
# --
|
||||
function ${1: fun_name}()
|
||||
end
|
||||
8
site-lisp/snippets/org-mode/bloghead
Normal file
8
site-lisp/snippets/org-mode/bloghead
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: bloghead
|
||||
# key: bh
|
||||
# --
|
||||
|
||||
#+TITLE:
|
||||
#+DATE:
|
||||
#+LASTUPDATE:
|
||||
7
site-lisp/snippets/org-mode/notehead
Normal file
7
site-lisp/snippets/org-mode/notehead
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: notehead
|
||||
# key: nh
|
||||
# --
|
||||
|
||||
#+TITLE:
|
||||
#+LASTUPDATE:
|
||||
6
site-lisp/snippets/sh-mode/bang
Normal file
6
site-lisp/snippets/sh-mode/bang
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: bang
|
||||
# key: !
|
||||
# --
|
||||
#!/usr/bin/env bash
|
||||
$0
|
||||
5
site-lisp/snippets/snippet-mode/cont
Normal file
5
site-lisp/snippets/snippet-mode/cont
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: cont
|
||||
# key: cont
|
||||
# --
|
||||
# contributor: `user-full-name`
|
||||
5
site-lisp/snippets/snippet-mode/elisp
Normal file
5
site-lisp/snippets/snippet-mode/elisp
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: elisp
|
||||
# key: `
|
||||
# --
|
||||
\`$0\`
|
||||
6
site-lisp/snippets/snippet-mode/field
Normal file
6
site-lisp/snippets/snippet-mode/field
Normal file
@@ -0,0 +1,6 @@
|
||||
# name : ${ ... } field
|
||||
# contributor : joaotavora
|
||||
# key : $f
|
||||
# key: field
|
||||
# --
|
||||
\${${1:${2:n}:}$3${4:\$(${5:lisp-fn})}\}$0
|
||||
5
site-lisp/snippets/snippet-mode/group
Normal file
5
site-lisp/snippets/snippet-mode/group
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: group
|
||||
# key: group
|
||||
# --
|
||||
# group : ${1:group}
|
||||
6
site-lisp/snippets/snippet-mode/mirror
Normal file
6
site-lisp/snippets/snippet-mode/mirror
Normal file
@@ -0,0 +1,6 @@
|
||||
# name : ${n:$(...)} mirror
|
||||
# key : $m
|
||||
# contributor : joaotavora
|
||||
# key: mirror
|
||||
# --
|
||||
\${${2:n}:${4:\$(${5:reflection-fn})}\}$0
|
||||
13
site-lisp/snippets/snippet-mode/vars
Normal file
13
site-lisp/snippets/snippet-mode/vars
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name : Snippet header
|
||||
# contributor : joaotavora
|
||||
# key: vars
|
||||
# --
|
||||
# name : $1${2:
|
||||
# key : ${3:trigger-key}}${4:
|
||||
# keybinding : ${5:keybinding}}${6:
|
||||
# expand-env : (${7:})}
|
||||
# contributor : $6
|
||||
# key: vars
|
||||
# --
|
||||
$0
|
||||
Reference in New Issue
Block a user