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

@@ -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