First commit.
This commit is contained in:
11
lisp/ux/gc.el
Normal file
11
lisp/ux/gc.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; gc.el --- Garbage collector settings -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(use-package gcmh
|
||||
:config
|
||||
(gcmh-mode t))
|
||||
|
||||
|
||||
(provide 'ux/gc)
|
||||
;;; gc.el ends here
|
Reference in New Issue
Block a user