Add local-init.el (support)

This commit is contained in:
Alexander Rosenberg 2025-02-18 01:22:00 -08:00
parent dabf480e7d
commit 2a2264be9f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/tramp
/dape-breakpoints
flycheck_init.el
local-init.el*

View File

@ -32,8 +32,7 @@
;; no-littering
(use-package no-littering
:autoload (no-littering-theme-backups
no-littering-expand-etc-file-name)
:defer nil
:init
(no-littering-theme-backups)
(setq custom-file (no-littering-expand-etc-file-name "custom.el")))
@ -41,6 +40,9 @@
;; load things saved with custom
(load custom-file t t)
;; Load the local system's configuration
(load (expand-file-name "local-init" user-emacs-directory) t t)
;; diminish
(use-package diminish
:config