diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-02T12·13+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-02T18·31+0000 |
commit | 851aba82011379b045239ff85a65e50472566f0b (patch) | |
tree | 39e336c3e33617b7664d90489d6d63d08671fd1b /emacs/.emacs.d/init.el | |
parent | 6fd9947ec8f5ba1aa0af8ccc8f33dfee23bb7810 (diff) |
Support timestring.el
Quickly access strings that encode time is various formats. See the module docs in timestring.el for more information.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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? |