From 730953ee5360a120a52f974cae8e66dbfb862fe5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 8 Sep 2019 17:26:05 -0700 Subject: Show help(ful) windows in side windows --- oni-core.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index 80b1441..d97617e 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.0904.210419 +;; Version: 2019.0908.172557 ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful) ;; This program is free software; you can redistribute it and/or modify @@ -102,6 +102,12 @@ (electric-indent-mode -1) +(add-to-list 'display-buffer-alist + '("\\`\\*help" display-buffer-in-side-window + (side . bottom) + (slot . 0) + (window-height . 0.33))) + (when (eql system-type 'windows-nt) (add-to-list 'load-path (locate-user-emacs-file "vendor/p4-vc")) (add-to-list 'exec-path "c:/Program Files/Git/bin") -- cgit v1.2.3-54-g00ecf