aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-compilation.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-compilation.el b/oni-compilation.el
index 7695577..d11f395 100644
--- a/oni-compilation.el
+++ b/oni-compilation.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0908.171807
-;; Package-Requires: (oni-shackle oni-alert)
+;; Version: 2019.0908.172111
+;; Package-Requires: (oni-alert)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -27,7 +27,6 @@
;;; Code:
(require 'compile)
-(require 'shackle)
(require 'subr-x)
(setq compilation-scroll-output t)