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)