diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 5f72c5f..3939dd1 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -71,6 +71,11 @@ (load-library "custom-runtime-env") (load-library "akr-theme") +(use-package gcmh ; noticeably reduces unwanted GC pauses when editing e.g. large fancy org files + :ensure t + :config + (gcmh-mode 1)) + (use-package evil-leader :ensure t :init |