treewide: move nixos modules
This commit is contained in:
parent
d84be7c616
commit
8eff4c5e4f
73 changed files with 62 additions and 62 deletions
6
modules/nixos/base/emacs/snippets/fundamental.eld
Normal file
6
modules/nixos/base/emacs/snippets/fundamental.eld
Normal file
|
@ -0,0 +1,6 @@
|
|||
fundamental-mode
|
||||
|
||||
(today (format-time-string "%Y-%m-%d"))
|
||||
(NOW (format-time-string "<%Y-%0m-%0d %a %H:%0M>"))
|
||||
(yesterday (format-time-string "%Y-%0m-%0d" (time-subtract nil (* 24 60 60))))
|
||||
(tomorrow (format-time-string "%Y-%0m-%0d" (time-add nil (* 24 60 60))))
|
Loading…
Add table
Add a link
Reference in a new issue