fix(org-modern): with-eval-after-load -- bypass Doom lazy-load, 100% spolehlivy
This commit is contained in:
14
config.el
14
config.el
@@ -1135,18 +1135,14 @@ Otherwise: runs interactive ement-connect, then opens rooms after sync."
|
|||||||
;;; ORG-MODERN
|
;;; ORG-MODERN
|
||||||
;;; ============================================================
|
;;; ============================================================
|
||||||
|
|
||||||
;; :after org + :demand t -- nacist ihned po nacteni org, bez odkladani.
|
;; with-eval-after-load: spolehlive spusti az po nacteni org, bez Doom lazy-load
|
||||||
;; POUZE global-org-modern-mode, zadny :hook -- kombinace by volala
|
;; komplexnosti. require s nil t = bez chyby pokud balicek chybi.
|
||||||
;; org-modern-mode dvakrat (toggle = vypnout).
|
(with-eval-after-load 'org
|
||||||
;; org-modern-table nil -- tabulkove overlaye mohou kolidovat s LaTeX exportem.
|
(when (require 'org-modern nil t)
|
||||||
(use-package! org-modern
|
|
||||||
:after org
|
|
||||||
:demand t
|
|
||||||
:config
|
|
||||||
(setq org-modern-star '("◉" "○" "✸" "✿")
|
(setq org-modern-star '("◉" "○" "✸" "✿")
|
||||||
org-modern-table nil
|
org-modern-table nil
|
||||||
org-modern-checkbox t)
|
org-modern-checkbox t)
|
||||||
(global-org-modern-mode))
|
(global-org-modern-mode)))
|
||||||
|
|
||||||
|
|
||||||
;;; ============================================================
|
;;; ============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user