aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-19 17:40:16 -0700
committerGravatar Tom Willemse2019-09-19 17:40:16 -0700
commit3ec966634b551b3eb09b144700ae77c95eeb60f9 (patch)
treead1f3958fa3a3ac4d8ec8122582da5d7852ab342
parent897028c27517f203403aacb5872142c3a3ee29d4 (diff)
downloademacs-config-3ec966634b551b3eb09b144700ae77c95eeb60f9.tar.gz
emacs-config-3ec966634b551b3eb09b144700ae77c95eeb60f9.zip
Allow ‘fit-window-to-buffer’ to resize windows horizontally
-rw-r--r--oni-core.el3
1 files changed, 2 insertions, 1 deletions
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 <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)