feat(emacs-pkgs): Check in separate dottime package

This package adds a toggle for displaying modeline time in dottime, as
well as a function for formatting time as dottime generically.
This commit is contained in:
Vincent Ambo 2019-12-15 22:13:37 +00:00
parent 02e2877193
commit 2bf2567284
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
pkgs.third_party.emacsPackagesNg.trivialBuild rec {
pname = "dottime";
version = "1.0";
src = ./dottime.el;
}