summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-12 19:18:49 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-12 19:18:49 -0400
commit31d4e2a383f1faead79e517cfcb8d5333ac5ecb4 (patch)
tree348e4bf9ccf009931c3ed58216f8d7b49a000a90 /init.org
parent14057ce1b7f7e8e4e806d010d2bf189ad96460d5 (diff)
downloadconfigs-31d4e2a383f1faead79e517cfcb8d5333ac5ecb4.tar.gz
configs-31d4e2a383f1faead79e517cfcb8d5333ac5ecb4.tar.xz
configs-31d4e2a383f1faead79e517cfcb8d5333ac5ecb4.zip
[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
Diffstat (limited to '')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
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