1
0
Fork 0

Remove shackle dependency

This is now handled by the ‘display-buffer-alist’ setting.
This commit is contained in:
Tom Willemse 2019-09-08 17:21:44 -07:00
parent b8f4185e08
commit 56ec6c26a1

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2019.0908.171807 ;; Version: 2019.0908.172111
;; Package-Requires: (oni-shackle oni-alert) ;; Package-Requires: (oni-alert)
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; it under the terms of the GNU General Public License as published by
@ -27,7 +27,6 @@
;;; Code: ;;; Code:
(require 'compile) (require 'compile)
(require 'shackle)
(require 'subr-x) (require 'subr-x)
(setq compilation-scroll-output t) (setq compilation-scroll-output t)