Fix the defunit's macro indentation

This commit is contained in:
Sameer Rahmani 2024-04-05 20:50:47 +01:00
parent a1a9e9e050
commit 17e766cb32
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
noether = pkgs.emacsPackages.trivialBuild {
pname = "noether-mode";
version = "0.1.4";
version = "0.1.5";
buildInputs = [ pkgs.emacsPackages.posframe ];
src = ./.;

View File

@ -143,7 +143,7 @@ It will define a function with the given NAME that accepts any
parameter in form of key/values that will override any original
key/value from the original definition."
(declare (doc-string 2))
(declare (doc-string 2) (indent defun))
(let* ((parsed-body (noether--extract-props props))
;; For now we don't have any use for the body
(_ (car parsed-body))