summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 21b47de..30ed59d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1856,6 +1856,9 @@ This function is intended for use with `ivy-ignore-buffers'."
("M-w" . boxquote-kill-ring-save)))
(use-package orgalist
+ ;; breaks auto-fill-mode, showing this error:
+ ;; orgalist--boundaries: Lisp nesting exceeds ‘max-lisp-eval-depth’
+ :disabled
:after message
:hook (message-mode . orgalist-mode))