frame-inhibit-implied-resize and pixel-scroll-precision-mode

This commit is contained in:
KemoNine 2022-11-03 13:22:07 -04:00
parent 1e968dcb9c
commit dcdcd2a0c6
1 changed files with 3 additions and 0 deletions

View File

@ -239,6 +239,9 @@ position between last non-whitespace and `end-of-line'."
;; make typing delete/overwrites selected text
(delete-selection-mode 1)
(setq frame-inhibit-implied-resize t)
(setq pixel-scroll-precision-mode t)
;; UTF-8 as default encoding
(set-default-coding-systems 'utf-8)
(set-language-environment "UTF-8")