From: John Turner Date: Sat, 9 Jul 2022 01:49:17 +0000 (-0400) Subject: added an explicit require for site-gentoo when it's available X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=c0ef72c62089457092653324070a785ed514d80c;p=emacs.d added an explicit require for site-gentoo when it's available I have disabled site-gentoo being loaded automatically on start by editing site-start. Now I explicitly require it when it's available in this config, but it can be omitted or toggled in other configs (a minimal config for example). --- diff --git a/init.el b/init.el index bca67cf..83f5793 100644 --- a/init.el +++ b/init.el @@ -1,3 +1,6 @@ +(when (locate-library "site-gentoo") + (require 'site-gentoo)) + (setq auth-source-save-behavior nil auto-save-default nil change-major-mode-with-file-name nil