From 31d4e2a383f1faead79e517cfcb8d5333ac5ecb4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 12 Apr 2019 19:18:49 -0400 Subject: [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 + 1 file changed, 1 insertion(+) (limited to 'init.org') 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 -- cgit v1.2.3-83-g751a