From 56ec6c26a1d0f98ca54416438057560037f37511 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 8 Sep 2019 17:21:44 -0700 Subject: Remove shackle dependency This is now handled by the ‘display-buffer-alist’ setting. --- oni-compilation.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'oni-compilation.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf