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:
parent
02e2877193
commit
2bf2567284
2 changed files with 66 additions and 0 deletions
7
tools/emacs-pkgs/dottime/default.nix
Normal file
7
tools/emacs-pkgs/dottime/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.third_party.emacsPackagesNg.trivialBuild rec {
|
||||
pname = "dottime";
|
||||
version = "1.0";
|
||||
src = ./dottime.el;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue