12 lines
180 B
EmacsLisp
12 lines
180 B
EmacsLisp
;;; gc.el --- Garbage collector settings -*- lexical-binding: t; -*-
|
|
;;; Commentary:
|
|
;;; Code:
|
|
|
|
(use-package gcmh
|
|
:config
|
|
(gcmh-mode t))
|
|
|
|
|
|
(provide 'ux/gc)
|
|
;;; gc.el ends here
|