From 7c986f2f26f48f6af8ef881ead9adc3bc039b9e2 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Fri, 4 Jul 2025 16:54:32 +0200 Subject: [PATCH] gnu: emacs-corfu: Fix indenting and max column. * gnu/packages/emacs-xyz.scm (emacs-corfu): Fix indenting and max column. Change-Id: If01f89bd7eaaca21e3a0d9a89f0c38970e69947e Signed-off-by: Ian Eure --- gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 39f3356edf18f686d55136c1dc10c982ae7c8d00..e02255f85bbe079b3fa2dca98c485be26e5a3694 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5916,8 +5916,8 @@ of bibliographic references.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/minad/corfu") - (commit version))) + (url "https://github.com/minad/corfu") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 "1zyjix22jinbnvc90kv31gzlvpqicfx5iyrwsjmbjcxm1cwpb59y")))) @@ -5927,8 +5927,8 @@ of bibliographic references.") #:tests? #f ; there are no tests #:phases #~(modify-phases %standard-phases - ;; Move the extensions source files to the top level, which is included - ;; in the EMACSLOADPATH. + ;; Move the extensions source files to the top level, which is + ;; included in the EMACSLOADPATH. (add-after 'unpack 'move-source-files (lambda _ (let ((el-files (find-files "./extensions" ".*\\.el$")))