Show help(ful) windows in side windows
This commit is contained in:
parent
56ec6c26a1
commit
730953ee53
1 changed files with 7 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue