Disable adaptive-wrap in org. It's VERY SLOW!!!!!!!

This commit is contained in:
MitchMarq42 2022-12-09 10:30:04 -09:00
parent 85722ead30
commit 780f8e63ce

View File

@ -572,9 +572,9 @@ Return nil if DIR is not in a hugo project at all."
(lambda () (hugo-compile default-directory)))) (lambda () (hugo-compile default-directory))))
;; fake indentation, other than the other fake indentation ;; fake indentation, other than the other fake indentation
(use-package adaptive-wrap ;; (elpaca-use-package adaptive-wrap
:custom (adaptive-wrap-extra-indent 2) ;; :custom (adaptive-wrap-extra-indent 2)
:hook (org-mode . adaptive-wrap-prefix-mode)) ;; :hook (org-mode . adaptive-wrap-prefix-mode))
;; cheaty key popups ;; cheaty key popups
(use-package which-key (use-package which-key