mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-05 23:28:19 +00:00
added or improved many snippets for emacs lisp mode.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: backward-char
|
||||||
|
# --
|
||||||
|
(backward-char $0)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: beginning-of-line
|
||||||
|
# --
|
||||||
|
(beginning-of-line)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: bs
|
||||||
|
# --
|
||||||
|
(bs START$0 END)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: buffer-substring-no-properties
|
||||||
|
# --
|
||||||
|
(buffer-substring-no-properties START$0 END)
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: buffer-substring-no-properties
|
||||||
|
# --
|
||||||
|
(buffer-substring-no-properties START$0 END)
|
||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: end-of-line
|
||||||
|
# --
|
||||||
|
(end-of-line)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: end-of-line
|
||||||
|
# --
|
||||||
|
(end-of-line)
|
||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: forward-char
|
||||||
|
# --
|
||||||
|
(forward-char $0)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: point
|
||||||
|
# --
|
||||||
|
(point)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: rris
|
||||||
|
# --
|
||||||
|
(replace-regexp-in-string "REGEXP"$0 "REP" "STRING" &optional FIXEDCASE LITERAL SUBEXP START)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: set-mark
|
||||||
|
# --
|
||||||
|
(set-mark $0)
|
||||||
Reference in New Issue
Block a user