Remove obsolete comments and whitespace

This commit is contained in:
Daniel Borchmann 2025-08-07 17:30:38 +02:00
parent 783069fa5c
commit 7045fd8503
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -3033,13 +3033,6 @@ Note that this workaround is incomplete, as explained in this comment."
(with-demoted-errors "Cannot activate mode: %s" (with-demoted-errors "Cannot activate mode: %s"
(funcall mode +1))) (funcall mode +1)))
;; This causes inacceptable lag 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" (with-demoted-errors "Cannot activate `vlf': %s"
(require 'vlf-setup)) (require 'vlf-setup))
@ -3136,7 +3129,6 @@ Note that this workaround is incomplete, as explained in this comment."
(require 'helm) (require 'helm)
(bind-key helm-command-prefix-key #'helm-command-prefix)) (bind-key helm-command-prefix-key #'helm-command-prefix))
;; Environment Variables ;; Environment Variables
(unless on-windows (unless on-windows