1
0
Fork 0

Resize Emacs frames by pixels

Instead of the default resising by columns and rows, use pixels.
This commit is contained in:
Tom Willemse 2020-04-10 18:12:55 -07:00
parent 87e28a028d
commit 05f103e9e1

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0409.131646 ;; Version: 2020.0410.181224
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify ;; 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-type '(bar . 2))
(setq-default cursor-in-non-selected-windows 'box) (setq-default cursor-in-non-selected-windows 'box)
(setq frame-resize-pixelwise t)
(scroll-bar-mode -1) (scroll-bar-mode -1)