From 780f8e63ceff5899d4d42a347228f94714ff1c3a Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 9 Dec 2022 10:30:04 -0900 Subject: [PATCH] Disable adaptive-wrap in org. It's VERY SLOW!!!!!!! --- lisp/mitch-packages.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 4a19f00..8660b50 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -572,9 +572,9 @@ Return nil if DIR is not in a hugo project at all." (lambda () (hugo-compile default-directory)))) ;; fake indentation, other than the other fake indentation -(use-package adaptive-wrap - :custom (adaptive-wrap-extra-indent 2) - :hook (org-mode . adaptive-wrap-prefix-mode)) +;; (elpaca-use-package adaptive-wrap +;; :custom (adaptive-wrap-extra-indent 2) +;; :hook (org-mode . adaptive-wrap-prefix-mode)) ;; cheaty key popups (use-package which-key