Temporarily disable moody modeline

Apparently, this causes a considerable lag when drawing buffers (determined by
experimentation).  It's not clear to me whether really moody is the cause of
this issue here, or some subtle side effect.
This commit is contained in:
Daniel Borchmann 2021-11-08 19:15:12 +01:00
parent 6064f0e4b3
commit 56693defa3
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -133,9 +133,12 @@
(with-demoted-errors "Cannot load `pdf-tools: %s"
(pdf-tools-install)))
(with-demoted-errors "Cannot activate moody: %s"
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode))
;; This causes inacceptable lack when drawing buffers, so disable it for now.
;; Needs to be investigated further.
;; (with-demoted-errors "Cannot activate moody: %s"
;; (moody-replace-mode-line-buffer-identification)
;; (moody-replace-vc-mode))
(with-demoted-errors "Cannot activate `vlf': %s"
(require 'vlf-setup))