blob: 092492141de75f1ca9a763c8786d404221ef9144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
fundamental-mode ;; Available everywhere
(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))))
emacs-lisp-mode
(up "(use-package "p n> (s configuration)")")
(key "(define-key " p " (kbd \""p "\") #'"p")")
|