Allow ‘fit-window-to-buffer’ to resize windows horizontally
This commit is contained in:
parent
897028c275
commit
3ec966634b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2019.0918.110728
|
||||
;; Version: 2019.0919.173859
|
||||
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -76,6 +76,7 @@
|
|||
(setq sentence-end-double-space nil)
|
||||
(setq inhibit-startup-screen t)
|
||||
(setq electric-pair-skip-whitespace 'chomp)
|
||||
(setq fit-window-to-buffer-horizontally t)
|
||||
|
||||
(setq-default indent-tabs-mode nil)
|
||||
(setq-default tab-width 4)
|
||||
|
|
Loading…
Reference in a new issue