Install ts.el for timestamp functions in Elisp

I've been looking for this! Thank you, @alphapapa.
This commit is contained in:
William Carroll 2020-01-06 15:20:49 +00:00
parent e8e5ec5f40
commit 88f5791fb5

View file

@ -80,6 +80,11 @@
;; highlighting. ;; highlighting.
(use-package prism) (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 ;; persist history etc b/w Emacs sessions
(setq desktop-save 'if-exists) (setq desktop-save 'if-exists)
(desktop-save-mode 1) (desktop-save-mode 1)