mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
c1a78a1081
* gnu/packages/patches/emacs-geiser-autoload-activate-implementation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.13. [source]: Change upstream URL. [build-system]: Change to emacs-build-system. [arguments]: Adjust accordingly. [native-inputs]: Remove emacs, autoconf, and automake. [description]: State that other packages are needed for geiser to be useful. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
26 lines
687 B
Diff
26 lines
687 B
Diff
From 9fd3174cead8bfa17a8413bffa38362853d71a02 Mon Sep 17 00:00:00 2001
|
|
From: jao <jao@gnu.org>
|
|
Date: Mon, 5 Apr 2021 23:06:56 +0100
|
|
Subject: [PATCH] autoload geiser activate implementation
|
|
|
|
---
|
|
elisp/geiser.el | 3 +++
|
|
readme.org | 4 ++--
|
|
2 files changed, 5 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/elisp/geiser.el b/elisp/geiser.el
|
|
index 887b8da..96c1dd6 100644
|
|
--- a/elisp/geiser.el
|
|
+++ b/elisp/geiser.el
|
|
@@ -104,6 +104,9 @@
|
|
;;;###autoload
|
|
(autoload 'geiser-mode--maybe-activate "geiser-mode")
|
|
|
|
+;;;###autoload
|
|
+(autoload 'geiser-activate-implementation "geiser-impl")
|
|
+
|
|
;;;###autoload
|
|
(mapc (lambda (group)
|
|
(custom-add-load group (symbol-name group))
|
|
--
|
|
GitLab
|