added or updated about 10 snippets for emacs lisp mode

This commit is contained in:
Xah Lee 2010-08-20 00:44:46 +00:00
parent 59386543a8
commit 97c12db10f
10 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: format
# --
(format "$0" &optional OBJECTS)

View File

@ -1,4 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: format
# --
(format$0 &optional OBJECTS)
(format "$0" &optional OBJECTS)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: kill-buffer
# --
(kill-buffer $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: kill-buffer
# --
(kill-buffer $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: message
# --
(message "FORMATSTRING$0" &optional ARGS)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: number-to-string
# --
(number-to-string $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: number-to-string
# --
(number-to-string $0)

View File

@ -0,0 +1,4 @@
# -*- mode: snippet -*-
# name: setq
# --
(setq $0)

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string-to-number
# --
(string-to-number "$0")

View File

@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string-to-number
# --
(string-to-number "$0")