From 31d4e2a383f1faead79e517cfcb8d5333ac5ecb4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 12 Apr 2019 19:18:49 -0400 Subject: [PATCH] [emacs] disable orgalist for the time being Interacts badly with a recent change in text-mode on emacs master. See [1] for bug report with more info. [1]: https://lists.gnu.org/r/emacs-orgmode/2019-04/msg00007.html --- init.org | 1 + straight/versions/default.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index ee75041..26bf448 100644 --- a/init.org +++ b/init.org @@ -2100,6 +2100,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. #+begin_src emacs-lisp (use-package orgalist + :disabled t :after message :hook (message-mode . orgalist-mode)) #+end_src diff --git a/straight/versions/default.el b/straight/versions/default.el index 538236c..8e34177 100644 --- a/straight/versions/default.el +++ b/straight/versions/default.el @@ -53,7 +53,6 @@ ("mwim.el" . "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85") ("no-littering" . "99ae007ead688689b5b25a9482f98ec67663bb61") ("org" . "09a1a24b735d5e65ca8f27eca2834b8923da6f70") - ("orgalist" . "f70a65da3a9bf3d0c1a9c769b77821d2a79c42cb") ("packed" . "c41c3dfda86ae33832ffc146923e2a4675cbacfa") ("page-break-lines" . "87e801efb816b24e83ebf84c052001e178e180bc") ("pkg-info.el" . "76ba7415480687d05a4353b27fea2ae02b8d9d61") -- 2.20.1