diff --git a/.gitignore b/.gitignore index 7543413..5065379 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ workspace/ /intelephense/ /auto-save-list/ /*.eld +/.custom.el diff --git a/configs/init-base.el b/configs/init-base.el index ab4f50a..89dcb00 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -20,6 +20,9 @@ (setq package-native-compile t) )) +;; Custom configs file +(setq custom-file (concat user-emacs-directory ".custom.el")) + ;; Garbage Collector Magic Hack (use-package gcmh :diminish