diff --git a/snippets/fundamental-mode/current-date b/snippets/fundamental-mode/current-date new file mode 100644 index 000000000..6657b8502 --- /dev/null +++ b/snippets/fundamental-mode/current-date @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: current-date +# key: dd +# contributor : Kristof Molnar-Tatai +# -- +`(format-time-string "%Y-%m-%d")` \ No newline at end of file