From 39698db29930556b04cf1c72eefb8ea11989673b Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Fri, 12 Jul 2024 18:54:19 +0400 Subject: [PATCH] rde: org: Temporary disable org-appear-mode Due to recent updates in org API, it's became broken. --- src/rde/features/emacs-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm index 2bcea8df..7f864e00 100644 --- a/src/rde/features/emacs-xyz.scm +++ b/src/rde/features/emacs-xyz.scm @@ -4097,7 +4097,10 @@ Start an unlimited search at `point-min' otherwise." ;; TODO: Move to feature notmuch (with-eval-after-load 'notmuch (require 'ol-notmuch)) - (add-hook 'org-mode-hook 'org-appear-mode) + ;; TODO: [Andrew Tropin, 2024-07-12] Enable it back, when it fixed: + ;; https://github.com/awth13/org-appear/issues/58 + + ;; (add-hook 'org-mode-hook 'org-appear-mode) (add-hook 'org-mode-hook 'olivetti-mode) (with-eval-after-load -- 2.45.2