From 632a091abbd61e11f0b5b5736dcb9ebd0d3cbbba Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Sep 2024 00:23:00 -0400 Subject: [PATCH] refactor: remove unneeded optimizations Neither of these have had enough/any impact on runtime performance to warrant keeping them. --- lisp/doom-start.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/doom-start.el b/lisp/doom-start.el index 67ca01b2d..c2a63cfc0 100644 --- a/lisp/doom-start.el +++ b/lisp/doom-start.el @@ -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