diff --git a/flake.nix b/flake.nix index c3db759..27fbc8e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ./.; diff --git a/noether-units.el b/noether-units.el index 3fcb00b..70c727f 100644 --- a/noether-units.el +++ b/noether-units.el @@ -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."