Remove obsolete comments and whitespace
This commit is contained in:
parent
783069fa5c
commit
7045fd8503
8
init.el
8
init.el
@ -3033,13 +3033,6 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(with-demoted-errors "Cannot activate mode: %s"
|
||||
(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"
|
||||
(require 'vlf-setup))
|
||||
|
||||
@ -3136,7 +3129,6 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(require 'helm)
|
||||
(bind-key helm-command-prefix-key #'helm-command-prefix))
|
||||
|
||||
|
||||
;; Environment Variables
|
||||
|
||||
(unless on-windows
|
||||
|
||||
Loading…
Reference in New Issue
Block a user