Remove shackle dependency
This is now handled by the ‘display-buffer-alist’ setting.
This commit is contained in:
parent
b8f4185e08
commit
56ec6c26a1
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue