From 7f197504b536b00bff4b7f73a85569c451f88840 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 15 Apr 2024 21:13:07 +0100 Subject: [PATCH] Change the derivation name to noether --- flake.nix | 4 ++-- noether-units.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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."