Move idle-update-delay to init.el

This commit is contained in:
James Cherti
2024-10-02 12:45:38 -04:00
parent d8fcdc1b4f
commit 2bf5bd012e
2 changed files with 5 additions and 3 deletions

View File

@@ -109,9 +109,6 @@ When set to non-nil, Emacs will automatically call `package-initialize' and
;; Don't ping things that look like domain names.
(setq ffap-machine-p-known 'reject)
;; By default, Emacs "updates" its ui more often than it needs to
(setq idle-update-delay 1.0)
;; Font compacting can be very resource-intensive, especially when rendering
;; icon fonts on Windows. This will increase memory usage.
(setq inhibit-compacting-font-caches t)

View File

@@ -44,6 +44,11 @@
minibuffer-prompt))
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
;;; Interface
;; By default, Emacs "updates" its ui more often than it needs to
(setq idle-update-delay 1.0)
;;; Misc
;; switch-to-buffer runs pop-to-buffer-same-window instead