mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-05 23:28:19 +00:00
added or updated about 10 snippets for emacs lisp mode
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: format
|
||||||
|
# --
|
||||||
|
(format "$0" &optional OBJECTS)
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#contributor: Xah Lee (XahLee.org)
|
#contributor: Xah Lee (XahLee.org)
|
||||||
#name: format
|
#name: format
|
||||||
# --
|
# --
|
||||||
(format$0 &optional OBJECTS)
|
(format "$0" &optional OBJECTS)
|
||||||
|
|||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: kill-buffer
|
||||||
|
# --
|
||||||
|
(kill-buffer $0)
|
||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: kill-buffer
|
||||||
|
# --
|
||||||
|
(kill-buffer $0)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: message
|
||||||
|
# --
|
||||||
|
(message "FORMATSTRING$0" &optional ARGS)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: number-to-string
|
||||||
|
# --
|
||||||
|
(number-to-string $0)
|
||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: number-to-string
|
||||||
|
# --
|
||||||
|
(number-to-string $0)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: setq
|
||||||
|
# --
|
||||||
|
(setq $0)
|
||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: string-to-number
|
||||||
|
# --
|
||||||
|
(string-to-number "$0")
|
||||||
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#contributor: Xah Lee (XahLee.org)
|
||||||
|
#name: string-to-number
|
||||||
|
# --
|
||||||
|
(string-to-number "$0")
|
||||||
Reference in New Issue
Block a user