[oni-core] Enable so-long-mode for files with very long lines
This commit is contained in:
parent
96d0375ce6
commit
2225504a3f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue