Fix init.el

This commit is contained in:
2023-09-29 12:18:56 -07:00
parent ea57a29fd6
commit 9f3242fa05

View File

@ -26,7 +26,6 @@
;; no-littering
(use-package no-littering
:defer nil
:config
(no-littering-theme-backups)
(setq custom-file (no-littering-expand-etc-file-name "custom.el")))