dust off emacs config

This commit is contained in:
Grisha Shipunov 2025-04-01 00:52:13 +02:00
parent 03e825dd36
commit 98e5f06f7d
2 changed files with 40 additions and 7 deletions

View file

@ -50,7 +50,9 @@
version-control t)
;; default frame size
(add-to-list 'default-frame-alist '(height . 50))
(add-to-list 'default-frame-alist '(height . 53))
(add-to-list 'default-frame-alist '(width . 107))
(pixel-scroll-precision-mode t)
(provide 'oxa/sane-defaults)