summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch
diff options
context:
space:
mode:
authorLaFreniere, Joseph <joseph@lafreniere.xyz>2019-08-02 23:16:19 -0500
committerGuix Patches Tester <>2020-05-12 00:19:32 +0100
commit42aa4786a713d1aaca165540027d54f91b78b754 (patch)
tree71bc0d6ce12528f360fdfa80807cb6dd44ad1cc8 /gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch
parent24e38f24ddd0316fafc7ec160027b0f298925e86 (diff)
downloadguix-patches-42aa4786a713d1aaca165540027d54f91b78b754.tar
guix-patches-42aa4786a713d1aaca165540027d54f91b78b754.tar.gz
gnu: Add emacs-hyperbole.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Add at 7.0.3
Diffstat (limited to 'gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch')
-rw-r--r--gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch b/gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch
new file mode 100644
index 0000000000..66c7a0fb08
--- /dev/null
+++ b/gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch
@@ -0,0 +1,24 @@
+From 3016fbd61e47978be73bbbaf7a8c2709bec42066 Mon Sep 17 00:00:00 2001
+From: Joseph LaFreniere <joseph@lafreniere.xyz>
+Date: Fri, 12 Jul 2019 13:12:40 -0500
+Subject: [PATCH] Do not run hyperb:check-dir-user during initialization
+
+---
+ hyperbole.el | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/hyperbole.el b/hyperbole.el
+index 872dbaf..6edb2a7 100644
+--- a/hyperbole.el
++++ b/hyperbole.el
+@@ -653,7 +653,6 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden."
+ (interactive)
+ (message "Initializing Hyperbole...")
+ (run-hooks 'hyperbole-init-hook)
+- (hyperb:check-dir-user)
+ (or (stringp hyperb:user-email)
+ (setq hyperb:user-email
+ (or (and (boundp 'user-mail-address)
+--
+2.22.0
+