summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/emacs-unpackaged-req.patch
blob: ddb92776103eb1692074bb2975a2018c6952f2c9 (plain)
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