diff options
Diffstat (limited to 'snippets/text-mode')
-rw-r--r-- | snippets/text-mode/cdate | 2 | ||||
-rw-r--r-- | snippets/text-mode/date | 2 | ||||
-rw-r--r-- | snippets/text-mode/fname | 2 | ||||
-rw-r--r-- | snippets/text-mode/random-num | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/snippets/text-mode/cdate b/snippets/text-mode/cdate index ad32367..84cd077 100644 --- a/snippets/text-mode/cdate +++ b/snippets/text-mode/cdate @@ -1,4 +1,4 @@ # -*- mode: snippet -*- # key: cdate # -- -`(yas-with-comment (concat " " (format-time-string "%Y-%m-%d")))` +`(yas-with-comment (concat " " (format-time-string "%Y-%m-%d")))`
\ No newline at end of file diff --git a/snippets/text-mode/date b/snippets/text-mode/date index 8bc5ce1..14ee4ec 100644 --- a/snippets/text-mode/date +++ b/snippets/text-mode/date @@ -1,4 +1,4 @@ # -*- mode: snippet -*- # key: date # -- -`(format-time-string "%Y-%m-%d")`$0 +`(format-time-string "%Y-%m-%d")`$0
\ No newline at end of file diff --git a/snippets/text-mode/fname b/snippets/text-mode/fname index 40a8f2f..e5ca8ad 100644 --- a/snippets/text-mode/fname +++ b/snippets/text-mode/fname @@ -1,4 +1,4 @@ # -*- mode: snippet -*- # key: fname # -- -`(insert (file-name-nondirectory (buffer-file-name)))` $0 +`(insert (file-name-nondirectory (buffer-file-name)))` $0
\ No newline at end of file diff --git a/snippets/text-mode/random-num b/snippets/text-mode/random-num index c241f4c..2ef8c60 100644 --- a/snippets/text-mode/random-num +++ b/snippets/text-mode/random-num @@ -2,4 +2,4 @@ # name: random number # key: rnum # -- -`(random 4294967295)`$0 +`(random 4294967295)`$0
\ No newline at end of file |