aboutsummaryrefslogtreecommitdiffstats
path: root/oni-compilation.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-08 17:21:44 -0700
committerGravatar Tom Willemse2019-09-08 17:21:44 -0700
commit56ec6c26a1d0f98ca54416438057560037f37511 (patch)
treedad0b9313ecbe5b7a29d6be3b369b20da4b88f02 /oni-compilation.el
parentb8f4185e087469cd3e9d3f7340a1d2bf1797e72b (diff)
downloademacs-config-56ec6c26a1d0f98ca54416438057560037f37511.tar.gz
emacs-config-56ec6c26a1d0f98ca54416438057560037f37511.zip
Remove shackle dependency
This is now handled by the ‘display-buffer-alist’ setting.
Diffstat (limited to 'oni-compilation.el')
-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)