diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-07-04 16:54:32 +0200 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-07-04 08:52:11 -0700 |
| commit | 7c986f2f26f48f6af8ef881ead9adc3bc039b9e2 (patch) | |
| tree | 92b1334df3775ddcaead0468d071adf121d603e0 /gnu | |
| parent | 2a3f7f347e3016f697097a248bfc463afe652f88 (diff) | |
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 <ian@retrospec.tv>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 39f3356edf1..e02255f85bb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -5916,8 +5916,8 @@ of bibliographic references.") | |||
| 5916 | (origin | 5916 | (origin |
| 5917 | (method git-fetch) | 5917 | (method git-fetch) |
| 5918 | (uri (git-reference | 5918 | (uri (git-reference |
| 5919 | (url "https://github.com/minad/corfu") | 5919 | (url "https://github.com/minad/corfu") |
| 5920 | (commit version))) | 5920 | (commit version))) |
| 5921 | (file-name (git-file-name name version)) | 5921 | (file-name (git-file-name name version)) |
| 5922 | (sha256 | 5922 | (sha256 |
| 5923 | (base32 "1zyjix22jinbnvc90kv31gzlvpqicfx5iyrwsjmbjcxm1cwpb59y")))) | 5923 | (base32 "1zyjix22jinbnvc90kv31gzlvpqicfx5iyrwsjmbjcxm1cwpb59y")))) |
| @@ -5927,8 +5927,8 @@ of bibliographic references.") | |||
| 5927 | #:tests? #f ; there are no tests | 5927 | #:tests? #f ; there are no tests |
| 5928 | #:phases | 5928 | #:phases |
| 5929 | #~(modify-phases %standard-phases | 5929 | #~(modify-phases %standard-phases |
| 5930 | ;; Move the extensions source files to the top level, which is included | 5930 | ;; Move the extensions source files to the top level, which is |
| 5931 | ;; in the EMACSLOADPATH. | 5931 | ;; included in the EMACSLOADPATH. |
| 5932 | (add-after 'unpack 'move-source-files | 5932 | (add-after 'unpack 'move-source-files |
| 5933 | (lambda _ | 5933 | (lambda _ |
| 5934 | (let ((el-files (find-files "./extensions" ".*\\.el$"))) | 5934 | (let ((el-files (find-files "./extensions" ".*\\.el$"))) |
