dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit c2119632e7fe7ad8f2f01ec238b57bf211de1ec2
parent 458b2933ab44e96f9fb0a910fd2bdc518ba99174
Author: Lukas Henkel <lh@entf.net>
Date:   Sat, 11 Dec 2021 19:47:15 +0100

Use pixelwise frame resizing

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -133,6 +133,7 @@ '(company-idle-delay 0) '(cursor-type 'bar) '(delete-old-versions t) + '(frame-resize-pixelwise t) '(global-company-mode t) '(indent-tabs-mode nil) '(inferior-lisp-program "sbcl")