refactor(emacs.d): Use dottime from my dottime package

Instead of locally advicing format-time-string, use my dottime
package.
This commit is contained in:
Vincent Ambo 2019-12-15 22:14:31 +00:00
parent 2bf2567284
commit 6ee061e205
3 changed files with 4 additions and 17 deletions

View file

@ -38,6 +38,7 @@
(use-package dash)
(use-package dash-functional)
(use-package dottime :config (dottime-display-mode t))
(use-package gruber-darker-theme)
(use-package ht)
(use-package hydra)