From 05f103e9e120b7cc815c8ea47eaff2479673e44d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 10 Apr 2020 18:12:55 -0700 Subject: [PATCH] Resize Emacs frames by pixels Instead of the default resising by columns and rows, use pixels. --- oni-gui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-gui.el b/oni-gui.el index babc4d1..717c338 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0409.131646 +;; Version: 2020.0410.181224 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -76,6 +76,7 @@ _bi_: Auto Insert ^^ ^^ (setq-default cursor-type '(bar . 2)) (setq-default cursor-in-non-selected-windows 'box) +(setq frame-resize-pixelwise t) (scroll-bar-mode -1)