Disable yascroll because it slows down org

This commit is contained in:
MitchMarq42 2023-01-13 15:56:35 -09:00
parent 36c4e7bbcb
commit efe2366df1

View File

@ -530,7 +530,8 @@ targets."
(overlay-put overlay 'priority yascroll:priority) (overlay-put overlay 'priority yascroll:priority)
overlay)) overlay))
(add-to-list 'yascroll:disabled-modes 'org-mode) (add-to-list 'yascroll:disabled-modes 'org-mode)
(global-yascroll-bar-mode 1)) ;; (global-yascroll-bar-mode 1)
)
;; parentheses settingses ;; parentheses settingses
(elpaca-use-package (paredit :depth nil) (elpaca-use-package (paredit :depth nil)