CI: temporarily remove org-persist-gc hook

This commit is contained in:
TEC 2023-01-22 23:39:18 +08:00
parent 9926f993c8
commit 595c6fb7af
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
3 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@
(setcdr (assoc 'org after-load-alist) nil))
(setq org-load-hook nil)
(require 'org)
(require 'org-persist)
(remove-hook 'kill-emacs-hook #'org-persist-gc)
(setq org-mode-hook nil))
(let ((default-directory config-root))

View File

@ -13,6 +13,8 @@
(require 'vc) ; need this for modification-time macro
(require 'org)
(require 'org-persist)
(remove-hook 'kill-emacs-hook #'org-persist-gc)
(require 'ox-html)
;; For some faces

View File

@ -13,6 +13,8 @@
(require 'vc) ; need this for modification-time macro
(require 'org)
(require 'org-persist)
(remove-hook 'kill-emacs-hook #'org-persist-gc)
(require 'ox-latex)
(advice-add 'pdf-tools-install :around #'ignore)