From 3ec966634b551b3eb09b144700ae77c95eeb60f9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Sep 2019 17:40:16 -0700 Subject: [PATCH] =?UTF-8?q?Allow=20=E2=80=98fit-window-to-buffer=E2=80=99?= =?UTF-8?q?=20to=20resize=20windows=20horizontally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index 6c1b1ba..d8cc58e 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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)