1
0
Fork 0

Allow ‘fit-window-to-buffer’ to resize windows horizontally

This commit is contained in:
Tom Willemse 2019-09-19 17:40:16 -07:00
parent 897028c275
commit 3ec966634b

View file

@ -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)