Compare commits
No commits in common. "2868187c247c1b6470f7dd6709d26669be224d30" and "783069fa5c6f43f8c517f46c81344b2d95907af6" have entirely different histories.
2868187c24
...
783069fa5c
8
init.el
8
init.el
@ -3033,6 +3033,13 @@ 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))
|
||||||
|
|
||||||
@ -3129,6 +3136,7 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user