[Emacs] Ultra early demand of magit seems to fix some issues
This commit is contained in:
parent
965e2506b4
commit
db86615adb
@ -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)
|
||||
|
||||
|
@ -750,6 +750,7 @@ alphanumeric characters only."
|
||||
|
||||
(use-package org-ehtml
|
||||
:after web-server
|
||||
:disabled t
|
||||
:config
|
||||
(progn
|
||||
(setq org-ehtml-allow-agenda t)
|
||||
|
Loading…
Reference in New Issue
Block a user