emacs: More autocomplete tweaks
This commit is contained in:
parent
ab9d778dc8
commit
6353cb8cc5
3 changed files with 12 additions and 6 deletions
|
@ -2,5 +2,5 @@ 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 %a>" (time-subtract nil (* 24 60 60))))
|
||||
(tomorrow (format-time-string "<%Y-%0m-%0d %a>" (time-add nil (* 24 60 60))))
|
||||
(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