1
0
Fork 0

Show help(ful) windows in side windows

This commit is contained in:
Tom Willemse 2019-09-08 17:26:05 -07:00
parent 56ec6c26a1
commit 730953ee53

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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")