diff --git a/early-init.el b/early-init.el index cafeb43..0f74d16 100644 --- a/early-init.el +++ b/early-init.el @@ -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) diff --git a/init.el b/init.el index efcf6d3..6187664 100644 --- a/init.el +++ b/init.el @@ -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