Resize Emacs frames by pixels
Instead of the default resising by columns and rows, use pixels.
This commit is contained in:
parent
87e28a028d
commit
05f103e9e1
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue