Skip to content

Commit

Permalink
added or updated about 10 snippets for emacs lisp mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Xah Lee committed Aug 20, 2010
1 parent 5938654 commit 97c12db
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 1 deletion.
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/f.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: format
# --
(format "$0" &optional OBJECTS)
2 changes: 1 addition & 1 deletion snippets/emacs-lisp-mode/format.yasnippet
@@ -1,4 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: format
# --
(format$0 &optional OBJECTS)
(format "$0" &optional OBJECTS)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/kb.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: kill-buffer
# --
(kill-buffer $0)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/kill-buffer.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: kill-buffer
# --
(kill-buffer $0)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/m.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: message
# --
(message "FORMATSTRING$0" &optional ARGS)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/nts.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: number-to-string
# --
(number-to-string $0)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/number-to-string.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: number-to-string
# --
(number-to-string $0)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/s.yasnippet
@@ -0,0 +1,4 @@
# -*- mode: snippet -*-
# name: setq
# --
(setq $0)
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/stn.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string-to-number
# --
(string-to-number "$0")
4 changes: 4 additions & 0 deletions snippets/emacs-lisp-mode/string-to-number.yasnippet
@@ -0,0 +1,4 @@
#contributor: Xah Lee (XahLee.org)
#name: string-to-number
# --
(string-to-number "$0")

0 comments on commit 97c12db

Please sign in to comment.