Show IELM buffers in a side-window
This commit is contained in:
parent
cd59d77e92
commit
071ab29871
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2019.0904.210517
|
||||
;; Version: 2019.0908.165508
|
||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci oni-yasnippet rainbow-delimiters nameless erefactor)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -69,6 +69,12 @@
|
|||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("/Cask\\'" . emacs-lisp-mode))
|
||||
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\`\\*ielm\\*\\'" display-buffer-in-side-window
|
||||
(side . bottom)
|
||||
(slot . 0)
|
||||
(window-height . 0.33)))
|
||||
|
||||
;;;###autoload
|
||||
(with-eval-after-load 'elisp-mode
|
||||
(with-eval-after-load 'yasnippet
|
||||
|
|
Loading…
Reference in a new issue