summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-01-04 19:03:40 -0500
committerAmin Bandali <bandali@gnu.org>2020-01-04 19:03:40 -0500
commit3619fcff8f8332e59ecdcdf976bdd865792cbe56 (patch)
tree65c70d6dd83406bef1d2afc6c106f3dbf0960958 /.emacs.d/init.el
parent753f3ea721a3bd54db96abc7d6e063b82b6e8e96 (diff)
downloadconfigs-3619fcff8f8332e59ecdcdf976bdd865792cbe56.tar.gz
configs-3619fcff8f8332e59ecdcdf976bdd865792cbe56.tar.xz
configs-3619fcff8f8332e59ecdcdf976bdd865792cbe56.zip
emacs: update packages, disable orgalist again temporarily
Diffstat (limited to '')
-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))