Change the derivation name to noether

This commit is contained in:
Sameer Rahmani 2024-04-15 21:13:07 +01:00
parent d81b481626
commit 7f197504b5
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 3 additions and 3 deletions

View File

@ -52,8 +52,8 @@
noether = pkgs.emacsPackages.trivialBuild {
pname = "noether-mode";
version = "0.1.8";
pname = "noether";
version = "0.1.9";
buildInputs = [ pkgs.emacsPackages.posframe ];
src = ./.;

View File

@ -105,7 +105,7 @@ Emacs knowing."
(defvar noether--timer nil)
(defun noether--set-time ()
"Set the current time to the internal var which is being watched."
(setq noether--time (format-time-string "%H:%M:%S")))
(setq noether--time (format-time-string "%m-%d %H:%M")))
(defun noether--time-format (_ v _ _)
"Just return the current time V."