Install ts.el for timestamp functions in Elisp
I've been looking for this! Thank you, @alphapapa.
This commit is contained in:
parent
e8e5ec5f40
commit
88f5791fb5
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@
|
|||
;; highlighting.
|
||||
(use-package prism)
|
||||
|
||||
;; Superior Elisp library for working with dates and times.
|
||||
;; TODO: Put this where my other installations for dash.el, s.el, a.el, and
|
||||
;; other utility Elisp libraries are located.
|
||||
(use-package ts)
|
||||
|
||||
;; persist history etc b/w Emacs sessions
|
||||
(setq desktop-save 'if-exists)
|
||||
(desktop-save-mode 1)
|
||||
|
|
Loading…
Reference in a new issue