summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--init.org1
-rw-r--r--straight/versions/default.el1
2 files changed, 1 insertions, 1 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
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")