unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob ddb92776103eb1692074bb2975a2018c6952f2c9 484 bytes (raw)
name: gnu/packages/patches/emacs-unpackaged-req.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
From e5be173e201710538464c279335bef735a327a68 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Tue, 18 Jun 2019 06:37:46 +0200
Subject: [PATCH] Add missing require.

---
 unpackaged.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/unpackaged.el b/unpackaged.el
index 2d46b3c..e62184a 100644
--- a/unpackaged.el
+++ b/unpackaged.el
@@ -38,6 +38,7 @@
 (require 'dash)
 (require 's)
 (require 'use-package)
+(require 'hydra)
 
 ;;; Faces, fonts
 
-- 
2.22.0


debug log:

solving ddb9277610 ...
found ddb9277610 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).