From 851aba82011379b045239ff85a65e50472566f0b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 2 Feb 2020 12:13:33 +0000 Subject: Support timestring.el Quickly access strings that encode time is various formats. See the module docs in timestring.el for more information. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 226e6ae2a644..f8b73918b32b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -28,6 +28,7 @@ ;; TODO: Consider renaming entr.el. (require 'entr) (require 'scrot) +(require 'timestring) ;; TODO: Remove path once published to MELPA. ;; TODO: How can I package this using Nix? -- cgit 1.4.1