1
0
Fork 0

[oni-core] Enable so-long-mode for files with very long lines

This commit is contained in:
Tom Willemse 2023-08-06 00:23:29 -07:00
parent 96d0375ce6
commit 2225504a3f

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2023.0806.001859
;; Version: 2023.0806.002323
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame)
;; This program is free software; you can redistribute it and/or modify
@ -367,6 +367,8 @@ _s_: String list"
(savehist-mode)
;;; Remember the place I left at in files when closing them.
(save-place-mode)
;;; Mitigate performance issues with files with _really_ long lines.
(global-so-long-mode)
;;; Minibuffer