First commit.

This commit is contained in:
2022-01-09 21:19:46 +01:00
commit df36844dcc
107 changed files with 6565 additions and 0 deletions

11
lisp/ux/gc.el Normal file
View 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