[Emacs] Ultra early demand of magit seems to fix some issues

This commit is contained in:
Ivan Malison 2023-09-12 11:45:37 -06:00
parent 965e2506b4
commit db86615adb
2 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,7 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(setq native-comp-deferred-compilation-deny-list nil)
(setq native-comp-deferred-compilation-deny-list '("magit"))
(setq native-comp-always-compile t)
(setq load-no-native t)
(setq no-native-compile t)
@ -55,6 +55,9 @@
(setq mac-option-modifier 'meta)
(setq mac-command-modifier 'super))
(use-package magit
:demand t)
;; This seems to fix issues with helm not explicitly declaring its dependency on async
(use-package async :demand t)

View File

@ -750,6 +750,7 @@ alphanumeric characters only."
(use-package org-ehtml
:after web-server
:disabled t
:config
(progn
(setq org-ehtml-allow-agenda t)