about summary refs log tree commit diff
path: root/users/sterni/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/sterni/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/sterni/emacs/init.el b/users/sterni/emacs/init.el
index c8c69af4eb..ac235d2d2f 100644
--- a/users/sterni/emacs/init.el
+++ b/users/sterni/emacs/init.el
@@ -63,6 +63,10 @@
 (setq savehist-additional-variables '(search-ring regexp-search-ring magit-cl-history))
 
 ;; buffers
+
+;; performance migitations
+(global-so-long-mode)
+
 ;; unique component should come first for better completion
 (setq uniquify-buffer-name-style 'forward)