fix: add default global-so-long-mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
3205dcc9a6
commit
2e15d3be41
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
||||||
;; Auto file refresh
|
;; Auto file refresh
|
||||||
(global-auto-revert-mode t)
|
(global-auto-revert-mode t)
|
||||||
|
|
||||||
|
;; Improve performance in files with long lines
|
||||||
|
(global-so-long-mode t)
|
||||||
|
|
||||||
;; Automatically follow symlinks
|
;; Automatically follow symlinks
|
||||||
(setq vc-follow-symlinks t)
|
(setq vc-follow-symlinks t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue