aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-10 18:12:55 -0700
committerGravatar Tom Willemse2020-04-10 18:12:55 -0700
commit05f103e9e120b7cc815c8ea47eaff2479673e44d (patch)
tree9fe78ce6eed0c14f86ef22dc913bae78be729ebe /oni-gui.el
parent87e28a028da68ab42ab59dd7395d628c5f8aa4fd (diff)
downloademacs-config-05f103e9e120b7cc815c8ea47eaff2479673e44d.tar.gz
emacs-config-05f103e9e120b7cc815c8ea47eaff2479673e44d.zip
Resize Emacs frames by pixels
Instead of the default resising by columns and rows, use pixels.
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el3
1 files changed, 2 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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)