Move idle-update-delay to init.el
This commit is contained in:
@@ -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.
|
;; Don't ping things that look like domain names.
|
||||||
(setq ffap-machine-p-known 'reject)
|
(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
|
;; Font compacting can be very resource-intensive, especially when rendering
|
||||||
;; icon fonts on Windows. This will increase memory usage.
|
;; icon fonts on Windows. This will increase memory usage.
|
||||||
(setq inhibit-compacting-font-caches t)
|
(setq inhibit-compacting-font-caches t)
|
||||||
|
|||||||
5
init.el
5
init.el
@@ -44,6 +44,11 @@
|
|||||||
minibuffer-prompt))
|
minibuffer-prompt))
|
||||||
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
|
(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
|
;;; Misc
|
||||||
|
|
||||||
;; switch-to-buffer runs pop-to-buffer-same-window instead
|
;; switch-to-buffer runs pop-to-buffer-same-window instead
|
||||||
|
|||||||
Reference in New Issue
Block a user