Set redisplay-skip-fontification-on-input to nil
I disabled 'redisplay-skip-fontification-on-input' because it seems to prevent auto-revert from fontifying Dired when Emacs is not focused. Additionally, it causes fontification to be ignored until the user presses at least one key.
This commit is contained in:
@@ -64,10 +64,6 @@
|
|||||||
;; Increase how much is read from processes in a single chunk (default is 4kb).
|
;; Increase how much is read from processes in a single chunk (default is 4kb).
|
||||||
(setq read-process-output-max (* 128 1024)) ; 128kb
|
(setq read-process-output-max (* 128 1024)) ; 128kb
|
||||||
|
|
||||||
;; With this method, the redisplay process skips fontification (syntax
|
|
||||||
;; highlighting) while you are actively typing or performing other actions.
|
|
||||||
(setq redisplay-skip-fontification-on-input t)
|
|
||||||
|
|
||||||
;; Reduce rendering/line scan work by not rendering cursors or regions in
|
;; Reduce rendering/line scan work by not rendering cursors or regions in
|
||||||
;; non-focused windows.
|
;; non-focused windows.
|
||||||
(setq-default cursor-in-non-selected-windows nil)
|
(setq-default cursor-in-non-selected-windows nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user