~ruther/guix-local

7c986f2f26f48f6af8ef881ead9adc3bc039b9e2 — Cayetano Santos 1 year, 1 month ago 2a3f7f3
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>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +4 -4
@@ 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$")))