refactor: remove unneeded optimizations
Neither of these have had enough/any impact on runtime performance to warrant keeping them.
This commit is contained in:
parent
bcdb945465
commit
632a091abb
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue