Disable adaptive-wrap in org. It's VERY SLOW!!!!!!!
This commit is contained in:
parent
85722ead30
commit
780f8e63ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user