diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index 83f9306..0292b81 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -56,6 +56,9 @@ ;; Auto file refresh (global-auto-revert-mode t) +;; Improve performance in files with long lines +(global-so-long-mode t) + ;; Automatically follow symlinks (setq vc-follow-symlinks t)