refactor: remove unneeded optimizations

Neither of these have had enough/any impact on runtime performance to
warrant keeping them.
This commit is contained in:
Henrik Lissner 2024-09-09 00:23:00 -04:00
parent bcdb945465
commit 632a091abb
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -52,12 +52,6 @@
;; quickly self-correct.
(setq fast-but-imprecise-scrolling t)
;; Don't ping things that look like domain names.
(setq ffap-machine-p-known 'reject)
;; Emacs "updates" its ui more often than it needs to, so slow it down slightly
(setq idle-update-delay 1.0) ; default is 0.5
;; Font compacting can be terribly expensive, especially for rendering icon
;; fonts on Windows. Whether disabling it has a notable affect on Linux and Mac
;; hasn't been determined, but do it anyway, just in case. This increases memory