diff --git a/core/core-editor.el b/core/core-editor.el index ab7ddedb2..8747d9bbf 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -492,6 +492,8 @@ files, so we replace calls to `pp' with the much faster `prin1'." (delq! 'buffer-read-only so-long-variable-overrides 'assq) ;; ...but at least reduce the level of syntax highlighting (add-to-list 'so-long-variable-overrides '(font-lock-maximum-decoration . 1)) + ;; ...and insist that save-place not operate in large/long files + (add-to-list 'so-long-variable-overrides '(save-place-alist . nil)) ;; Text files could possibly be too long too (add-to-list 'so-long-target-modes 'text-mode) ;; But disable everything else that may be unnecessary/expensive for large