init
This commit is contained in:
6
snippets/fundamental-mode/current-date
Normal file
6
snippets/fundamental-mode/current-date
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: current-date
|
||||
# key: dd
|
||||
# contributor : Kristof Molnar-Tatai <kristof.mlnr@gmail.com>
|
||||
# --
|
||||
`(format-time-string "%Y-%m-%d")`
|
||||
5
snippets/fundamental-mode/current-date-and-time
Normal file
5
snippets/fundamental-mode/current-date-and-time
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: current-date-and-time
|
||||
# key: dt
|
||||
# --
|
||||
`(format-time-string "%Y-%m-%dT%H:%M:%S%:z")`
|
||||
5
snippets/fundamental-mode/mode-line
Normal file
5
snippets/fundamental-mode/mode-line
Normal file
@@ -0,0 +1,5 @@
|
||||
# name: Mode line
|
||||
# key: -*-
|
||||
# contributor : Daniel Hornung <d.hornung@indiscale.com>
|
||||
# --
|
||||
# -*- mode:${1:conf}; -*-
|
||||
Reference in New Issue
Block a user